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

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

パラメータ

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

戻り値の型

The new CellStyle object.
解説
If a style with the given name already exists, the existing style is returned and no exception is thrown.
参照

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