CellBaseStyle Constructor
|
Initializes a new instance of the CellBaseStyle class with the specified XlsRange.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellBaseStyle(
XlsRange range
)
Public Sub New (
range As XlsRange
)
public:
CellBaseStyle(
XlsRange^ range
)
new :
range : XlsRange -> CellBaseStyle
Parameters
-
range
-
Type:
Spire.Xls.Core.Spreadsheet
XlsRange
The XlsRange associated with the cell style.
See Also