Initializes a new instance of the CellBaseStyle class

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CellBaseStyle(
	XlsRange range
)
Public Sub New ( 
	range As XlsRange
)
public:
CellBaseStyle(
	XlsRange^ range
)
new : 
        range : XlsRange -> CellBaseStyle

Parameters

range
XlsRange

See Also