[]
Gets the custom style associated with fixed cells on this row or column, creating a new one of necessary.
[Browsable(false)]
public virtual CellStyle StyleFixedNew { get; }
<Browsable(False)>
Public Overridable ReadOnly Property StyleFixedNew As CellStyle
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.