MESCIUS SPREAD for Windows Forms 15.0J
SetParseFormat メソッド (DefaultSheetStyleModel)

セルの行インデックス
セルの列インデックス
書式文字列
書式情報を含む IFormatProvider オブジェクト
指定した行と列のセルの解析書式を設定します。
構文
'宣言
 
Public Overridable Sub SetParseFormat( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal formatString As String, _
   ByVal info As IFormatProvider _
) 
public virtual void SetParseFormat( 
   int row,
   int column,
   string formatString,
   IFormatProvider info
)

パラメータ

row
セルの行インデックス
column
セルの列インデックス
formatString
書式文字列
info
書式情報を含む IFormatProvider オブジェクト
例外
例外解説
System.IndexOutOfRangeException 指定された行インデックスは無効です。有効な値は-1から行の総数までです。
System.IndexOutOfRangeException 指定された列インデックスは無効です。有効な値は-1から列の総数までです。
参照

DefaultSheetStyleModel クラス
DefaultSheetStyleModel メンバ

 

 


© MESCIUS inc. All rights reserved.