ComponentOne FlexGrid for WinForms
StyleDisplay Property (CellRange)

C1.Win.C1FlexGrid Namespace > CellRange Structure : StyleDisplay Property
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

Reference

CellRange Structure
CellRange Members