PowerTools SPREAD for Windows Forms 10.0J
GetCellErrorText メソッド (DefaultSheetDataModel)


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

パラメータ

row
モデル内のセルの行インデックス
column
モデル内のセルの列インデックス
参照

DefaultSheetDataModel クラス
DefaultSheetDataModel メンバ

 

 


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