ComponentOne FlexGrid for WinForms
Style Property (RowCol)

C1.Win.C1FlexGrid Namespace > RowCol Class : Style Property
Gets or sets a custom CellStyle associated with this row or column.
Syntax
'Declaration
 
Public Overridable Property Style As CellStyle
public virtual CellStyle Style {get; set;}
Remarks
If the row or column does not have a custom style, this property returns null.
See Also

Reference

RowCol Class
RowCol Members