GrapeCity SPREAD for Windows Forms 11.0J
SetRowErrorText メソッド (SheetView)


行インデックス
エラーテキスト。
行のエラーテキストを設定します。
構文
'Declaration
 
Public Sub SetRowErrorText( _
   ByVal rowIndex As Integer, _
   ByVal errorText As String _
) 
'使用法
 
Dim instance As SheetView
Dim rowIndex As Integer
Dim errorText As String
 
instance.SetRowErrorText(rowIndex, errorText)
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 メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.