PowerTools SPREAD for Windows Forms 8.0J
GetRowErrorText メソッド (SheetView)


行インデックス
行エラーテキストを取得します。
構文
'Declaration
 
Public Function GetRowErrorText( _
   ByVal rowIndex As Integer _
) As String
'使用法
 
Dim instance As SheetView
Dim rowIndex As Integer
Dim value As String
 
value = instance.GetRowErrorText(rowIndex)
public string GetRowErrorText( 
   int rowIndex
)

パラメータ

rowIndex
行インデックス

戻り値の型

行のエラーテキスト(エラーテキストがない場合は string.Empty)。
参照

SheetView クラス
SheetView メンバ

 

 


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