'Declaration Public ReadOnly Property StyleNew As CellStyle
'Declaration
Public ReadOnly Property StyleNew As CellStyle
public CellStyle StyleNew {get;}
// create a cell range CellRange rg = _flex.GetCellRange(1, 1, 5, 5); // make sure range is red rg.StyleNew.BackColor = Color.Red;
CellRange Structure CellRange Members