DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CellStyle Class / CellStyle Constructor / CellStyle Constructor(CellStyle)
The source CellStyle to copy data from.

In This Topic
CellStyle Constructor(CellStyle)
In This Topic
Initializes a new instance of the CellStyle class.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As CellStyle _
)
 

Parameters

source
The source CellStyle to copy data from.
See Also