XlsStylesCollection
Add Method (IStyle)
|
Adds a style to the collection.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected void Add(
IStyle style
)
Protected Sub Add (
style As IStyle
)
protected:
void Add(
IStyle^ style
)
member Add :
style : IStyle -> unit
Parameters
-
style
-
Type:
Spire.Xls.Core
IStyle
The style to be added.
See Also