C1.Win.FlexGrid Namespace / RowCol Class / StyleFixedNew Property

In This Topic
StyleFixedNew Property (RowCol)
In This Topic
Gets the custom style associated with fixed cells on this row or column, creating a new one of necessary.
Syntax
'Declaration
 
Public Overridable ReadOnly Property StyleFixedNew As CellStyle
 
Remarks
If the row or column has a custom style associated with its fixed cells, this property returns that style. Otherwise, it creates a new CellStyle, assigns it to the row or column, and returns a reference to the new style.
See Also