Click or drag to resize

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
)

Parameters

range
Type: Spire.Xls.Core.Spreadsheet XlsRange
The XlsRange associated with the cell style.
See Also