PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / TableCell Class / CellStyle Property

In This Topic
    CellStyle Property (TableCell)
    In This Topic
    Gets the Style that is used to render the content of the current cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property CellStyle As Style
    public Style CellStyle {get;}
    Remarks
    This style is not applied to the current cell itself, rather it is applied to the cell's content (RenderObject), affecting both ambient and non-ambient style attributes of that object.

    For an example, see remarks in Style.

    See Also