PowerTools SPREAD for Windows Forms 8.0J
GetParseFormat メソッド (IParseFormatSupport)


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

パラメータ

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

戻り値の型

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

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.