StyleNew Property (Column)
In This Topic
Gets or sets a custom
CellStyle associated with this row or column, creating a new style if necessary.
Syntax
'Declaration
Public Overridable ReadOnly Property StyleNew As CellStyle
public virtual CellStyle StyleNew {get;}
Example
The code below sets a column's background color to red.
See Also