PowerTools SPREAD for ASP.NET 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 _
) 
public void GetParseFormat( 
   int row,
   int column,
   ref string formatString,
   ref IFormatProvider info
)

パラメータ

row
無視
column
無視
formatString
書式文字列
info
書式設定を処理するIFormatProvider

戻り値の型

formatStringパラメータは書式付き文字列を返し、infoパラメータは書式を含むIFormatProviderオブジェクトを返します。
参照

GeneralCellType クラス
GeneralCellType メンバ

 

 


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