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


無視されます。
無視されます。
書式文字列
書式情報を含む IFormatProvider オブジェクト
書式文字列が設定されていないときに、書式設定用の解析書式文字列とIFormatProviderを取得します。
構文
'Declaration
 
Public Sub GetParseFormat( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByRef formatString As String, _
   ByRef info As IFormatProvider _
) 
'使用法
 
Dim instance As GeneralCellType
Dim row As Integer
Dim column As Integer
Dim formatString As String
Dim info As IFormatProvider
 
instance.GetParseFormat(row, column, formatString, info)
public void GetParseFormat( 
   int row,
   int column,
   ref string formatString,
   ref IFormatProvider info
)

パラメータ

row
無視されます。
column
無視されます。
formatString
書式文字列
info
書式情報を含む IFormatProvider オブジェクト

戻り値の型

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

GeneralCellType クラス
GeneralCellType メンバ

 

 


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