PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / UserCellGroup Class / CellStyle Property

In This Topic
    CellStyle Property (UserCellGroup)
    In This Topic
    Gets the Style of objects contained in the cells of the current cell group. See TableCell.CellStyle for details.
    Syntax
    'Declaration
     
    Public ReadOnly Property CellStyle As Style
    public Style CellStyle {get;}
    See Also