'Declaration Public Overridable ReadOnly Property StyleNew As CellStyle
'Declaration
Public Overridable ReadOnly Property StyleNew As CellStyle
public virtual CellStyle StyleNew {get;}
// get the style associated with column 1 (create a new one if necessary) CellStyle cs = _flex.Cols[1].StyleNew.BackColor; // set the new style's back color to red cs.BackColor = Color.Red;
RowCol Class RowCol Members