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


モデル内のセルの行インデックス
モデル内のセルの列インデックス
設定するメモ値
指定した行と列のセルにユーザー定義のメモ値を設定します。
構文
'Declaration
 
Public Sub SetCellErrorText( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As String _
) 
'使用法
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim column As Integer
Dim value As String
 
instance.SetCellErrorText(row, column, value)
public void SetCellErrorText( 
   int row,
   int column,
   string value
)

パラメータ

row
モデル内のセルの行インデックス
column
モデル内のセルの列インデックス
value
設定するメモ値
参照

DefaultSheetDataModel クラス
DefaultSheetDataModel メンバ

 

 


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