MESCIUS SPREAD for ASP.NET 10.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 メンバ

 

 


© MESCIUS inc. All rights reserved.