FarPoint.Web.Spread.Model 名前空間 > DefaultSheetStyleModel クラス : SetParseFormat メソッド |
'Declaration
Public Sub SetParseFormat( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal formatString As String, _ ByVal info As IFormatProvider _ )
public void SetParseFormat( int row, int column, string formatString, IFormatProvider info )
例外 | 説明 |
---|---|
System.IndexOutOfRangeException | 指定した行インデックスは有効でありません。有効範囲は-1〜行合計数です。 |
System.IndexOutOfRangeException | 指定した列インデックスは有効でありません。有効範囲は-1〜列合計数です。 |