FlexPivot for WinForms
Add(String,String) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > CellStyleCollection クラス > Add メソッド : Add(String,String) メソッド
Name of the new style.
Name of the base style, used to initialize the properties of the new style.
Adds new CellStyle object to the collection.
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal name As System.String, _
   ByVal basedOn As System.String _
) As CellStyle
public CellStyle Add( 
   System.string name,
   System.string basedOn
)

パラメータ

name
Name of the new style.
basedOn
Name of the base style, used to initialize the properties of the new style.

戻り値の型

The new CellStyle object.
参照

CellStyleCollection クラス
CellStyleCollection メンバ
オーバーロード一覧