MESCIUS SPREAD for Windows Forms 15.0J
AddRange(String) メソッド
使用例 

指定した書式文字列を示す string 値。
指定した書式文字列から作成された内容をコレクションの最後に追加します。
構文
'宣言
 
Public Overloads Sub AddRange( _
   ByVal format As String _
) 
public void AddRange( 
   string format
)

パラメータ

format
指定した書式文字列を示す string 値。
使用例
次のサンプルコードは、AddRange メソッドを使用します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType ct = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
ct.Fields.Clear();
ct.Fields.AddRange("yyyy/MM/dd");
fpSpread1.Sheets[0].Cells[0, 0].CellType = ct;
Dim ct As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
ct.Fields.Clear()
ct.Fields.AddRange("yyyy/MM/dd")
fpSpread1.Sheets(0).Cells(0, 0).CellType = ct
参照

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

 

 


© MESCIUS inc. All rights reserved.