StylesCollection
Add Method (String)
|
Adds a new style.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellStyle Add(
string name
)
Public Function Add (
name As String
) As CellStyle
public:
CellStyle^ Add(
String^ name
)
member Add :
name : string -> CellStyle
Parameters
-
name
-
Type:
System
String
Style name
Return Value
Type:
CellStyle
See Also