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


テーブルデータ
キーワードの後にスペースがあるかどうかを決定するブール値
キーワードの前にスペースがあるかどうかを決定するブール値
参照する最初のテーブル列インデックスを指定するint値
参照する最後のテーブル列インデックスを指定するint値
テーブル参照式を表す新しい式を作成します。
構文
'Declaration
 
Public Function New( _
   ByVal tableData As Object, _
   ByVal keyword As StructuredTableReferenceKeywordType, _
   ByVal hasSpaceAfterKeyword As Boolean, _
   ByVal hasSpaceBefore As Boolean, _
   ByVal firstColIndex As Integer, _
   ByVal lastColIndex As Integer _
)
'使用法
 
Dim tableData As Object
Dim keyword As StructuredTableReferenceKeywordType
Dim hasSpaceAfterKeyword As Boolean
Dim hasSpaceBefore As Boolean
Dim firstColIndex As Integer
Dim lastColIndex As Integer
 
Dim instance As New TableReferenceExpression(tableData, keyword, hasSpaceAfterKeyword, hasSpaceBefore, firstColIndex, lastColIndex)

パラメータ

tableData
テーブルデータ
keyword
hasSpaceAfterKeyword
キーワードの後にスペースがあるかどうかを決定するブール値
hasSpaceBefore
キーワードの前にスペースがあるかどうかを決定するブール値
firstColIndex
参照する最初のテーブル列インデックスを指定するint値
lastColIndex
参照する最後のテーブル列インデックスを指定するint値
参照

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

 

 


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