PowerTools SPREAD for Windows Forms 8.0J
TableReferenceExpression コンストラクタ(Object,StructuredTableReferenceKeywordType,Int32,Int32)


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

パラメータ

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

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

 

 


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