Document Solutions for Imaging
GrapeCity.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 _
    )
    public CellStyle( 
       CellStyle source
    )

    Parameters

    source
    The source CellStyle to copy data from.
    See Also