XlsWorksheet
ApplyStyle Method (CellStyle)
|
Apply style to whole sheet.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void ApplyStyle(
CellStyle style
)
Public Sub ApplyStyle (
style As CellStyle
)
public:
void ApplyStyle(
CellStyle^ style
)
member ApplyStyle :
style : CellStyle -> unit
Parameters
-
style
-
Type:
Spire.Xls
CellStyle
style to apply
See Also