FlexPivot for WinForms
StyleNew プロパティ (RowCol)
使用例 

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowCol クラス : StyleNew プロパティ
Gets or sets a custom CellStyle associated with this row or column, creating a new style if necessary.
シンタックス
'宣言
 
Public Overridable ReadOnly Property StyleNew As CellStyle
public virtual CellStyle StyleNew {get;}
解説
This property never returns null. If this element does not have a custom style, a new one will be created automatically and returned.
使用例
The code below sets a column's background color to red.
// 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 クラス
RowCol メンバ