FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellRange Structure / StyleDisplay Property

In This Topic
    StyleDisplay Property (CellRange)
    In This Topic
    Gets the style used to render cell (r1, c1).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StyleDisplay As CellStyle
    public CellStyle StyleDisplay {get;}
    Remarks
    This property never returns null. It will return the custom style assigned to the first cell in the range, to the cell's row, column, or a built-in style.
    See Also