PowerTools SPREAD for Windows Forms 8.0J
GetCellErrorText メソッド (IErrorTextSupport)


行インデックス。
列インデックス。
セルのエラーテキストを取得します。
構文
'Declaration
 
Function GetCellErrorText( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As String
'使用法
 
Dim instance As IErrorTextSupport
Dim row As Integer
Dim column As Integer
Dim value As String
 
value = instance.GetCellErrorText(row, column)
string GetCellErrorText( 
   int row,
   int column
)

パラメータ

row
行インデックス。
column
列インデックス。

戻り値の型

セルのエラーテキストを表す文字列値。
参照

IErrorTextSupport インタフェース
IErrorTextSupport メンバ

 

 


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