StylesCollection
GetDefaultStyle Method
|
Creates built in style.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellStyle GetDefaultStyle(
string styleName
)
Public Function GetDefaultStyle (
styleName As String
) As CellStyle
public:
CellStyle^ GetDefaultStyle(
String^ styleName
)
member GetDefaultStyle :
styleName : string -> CellStyle
Parameters
-
styleName
-
Type:
System
String
Name of the style.
Return Value
Type:
CellStyle
Created style.
See Also