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


行インデックス。
列インデックス。
セルのエラーテキスト
セルのエラーテキストを設定します。
構文
void SetCellErrorText( 
   int row,
   int column,
   string value
)
'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)

パラメータ

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

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

 

 


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