XlsStylesCollection
CreateBuiltInStyle Method
|
Creates a built-in style for an Excel document with the specified name.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected XlsStyle CreateBuiltInStyle(
string styleName
)
Protected Function CreateBuiltInStyle (
styleName As String
) As XlsStyle
protected:
XlsStyle^ CreateBuiltInStyle(
String^ styleName
)
member CreateBuiltInStyle :
styleName : string -> XlsStyle
Parameters
-
styleName
-
Type:
System
String
Return Value
Type:
XlsStyle
See Also