PowerTools SPREAD for Windows Forms 8.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
エラーテキスト。
参照

SheetView クラス
SheetView メンバ

 

 


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