GrapeCity SPREAD for Windows Forms 11.0J
TableReferenceExpression コンストラクタ(Object,Int32,Int32)


テーブルデータ
参照する最初のテーブル列インデックスを指定するint値
参照する最後のテーブル列インデックスを指定するint値
テーブル参照式を表す新しい式を作成します。
構文
'Declaration
 
Public Function New( _
   ByVal tableData As Object, _
   ByVal firstColIndex As Integer, _
   ByVal lastColIndex As Integer _
)
'使用法
 
Dim tableData As Object
Dim firstColIndex As Integer
Dim lastColIndex As Integer
 
Dim instance As New TableReferenceExpression(tableData, firstColIndex, lastColIndex)
public TableReferenceExpression( 
   object tableData,
   int firstColIndex,
   int lastColIndex
)

パラメータ

tableData
テーブルデータ
firstColIndex
参照する最初のテーブル列インデックスを指定するint値
lastColIndex
参照する最後のテーブル列インデックスを指定するint値
参照

TableReferenceExpression クラス
TableReferenceExpression メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.