MESCIUS SPREAD for Windows Forms 15.0J
SetRowErrorText メソッド (SheetView)
使用例 

行インデックス
エラーテキスト。
行のエラーテキストを設定します。
構文
'宣言
 
Public Sub SetRowErrorText( _
   ByVal rowIndex As Integer, _
   ByVal errorText As String _
) 
public void SetRowErrorText( 
   int rowIndex,
   string errorText
)

パラメータ

rowIndex
行インデックス
errorText
エラーテキスト。
使用例
次のサンプルコードは、SetRowErrorTextメソッドを使用します。
fpSpread1.ShowRowErrors = true;
fpSpread1.Sheets[0].SetRowErrorText(1, "RowError");
fpSpread1.ShowRowErrors = True
fpSpread1.Sheets(0).SetRowErrorText(1, "RowError")
参照

SheetView クラス
SheetView メンバ

 

 


© MESCIUS inc. All rights reserved.