SPREAD for WPF 4.0J - GcSpreadSheet
GetTableExpression メソッド

GrapeCity.Spreadsheet 名前空間 > Table クラス : GetTableExpression メソッド
構造化オブジェクトの項目指定子。
開始列インデックス。
終了列インデックス。
StructuredItemSpecifiersと列インデックスからテーブルFormulaを取得します。
シンタックス
'宣言
 
Public Function GetTableExpression( _
   ByVal itemSpecifiers As StructuredItemSpecifiers, _
   ByVal fromColumnId As System.Integer, _
   ByVal toColumnId As System.Integer _
) As Expression
public Expression GetTableExpression( 
   StructuredItemSpecifiers itemSpecifiers,
   System.int fromColumnId,
   System.int toColumnId
)

パラメータ

itemSpecifiers
構造化オブジェクトの項目指定子。
fromColumnId
開始列インデックス。
toColumnId
終了列インデックス。
参照

Table クラス
Table メンバ