[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.CellStyle.-ctor

CellStyle Constructor

CellStyle()

Initializes a new instance of the CellStyle class.

Declaration
public CellStyle()
Public Sub New()

CellStyle(CellStyle)

Initializes a new instance of the CellStyle class.

Declaration
public CellStyle(CellStyle source)
Public Sub New(source As CellStyle)
Parameters
Type Name Description
CellStyle source

The source CellStyle to copy data from.