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


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

パラメータ

row
行インデックス。
column
列インデックス。
value
セルのエラーテキスト
参照

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

 

 


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