MESCIUS SPREAD for Windows Forms 15.0J
GetParseFormat メソッド (IParseFormatSupport)

指定するセルの行インデックス
指定するセルの列インデックス
パーサーによって構築された書式設定文字列
書式情報を含む IFormatProvider オブジェクト
指定した行と列のセルの解析書式を取得します。
構文
'宣言
 
Sub GetParseFormat( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByRef formatString As String, _
   ByRef info As IFormatProvider _
) 
void GetParseFormat( 
   int row,
   int column,
   ref string formatString,
   ref IFormatProvider info
)

パラメータ

row
指定するセルの行インデックス
column
指定するセルの列インデックス
formatString
パーサーによって構築された書式設定文字列
info
書式情報を含む IFormatProvider オブジェクト

戻り値の型

解析書式文字列(formatString)とその文字列を書式設定するIFormatProvider(info)が参照によって返されます。
参照

IParseFormatSupport インターフェース
IParseFormatSupport メンバ
Cell.ParseFormatInfo プロパティ

 

 


© MESCIUS inc. All rights reserved.