GrapeCity SPREAD for Windows Forms 11.0J
VerifyTableCellRangeAndRowOrColumnFormula メソッド


テーブルの見出し行のインデックス。チェックする必要がない場合は-1。
テーブルの集計行のインデックス。チェックする必要がない場合は-1。
チェックする列範囲の最初のインデックス。列範囲をチェックする必要がない場合は-1。
チェックする列範囲の最後のインデックス。列範囲をチェックする必要がない場合は-1。
行および列の数式を持つテーブルのセル範囲を確認します。
構文
'Declaration
 
Function VerifyTableCellRangeAndRowOrColumnFormula( _
   ByVal headerRowIndex As Integer, _
   ByVal totalRowIndex As Integer, _
   ByVal firstColumn As Integer, _
   ByVal lastColumn As Integer _
) As Boolean
'使用法
 
Dim instance As ITableModelSupport
Dim headerRowIndex As Integer
Dim totalRowIndex As Integer
Dim firstColumn As Integer
Dim lastColumn As Integer
Dim value As Boolean
 
value = instance.VerifyTableCellRangeAndRowOrColumnFormula(headerRowIndex, totalRowIndex, firstColumn, lastColumn)
bool VerifyTableCellRangeAndRowOrColumnFormula( 
   int headerRowIndex,
   int totalRowIndex,
   int firstColumn,
   int lastColumn
)

パラメータ

headerRowIndex
テーブルの見出し行のインデックス。チェックする必要がない場合は-1。
totalRowIndex
テーブルの集計行のインデックス。チェックする必要がない場合は-1。
firstColumn
チェックする列範囲の最初のインデックス。列範囲をチェックする必要がない場合は-1。
lastColumn
チェックする列範囲の最後のインデックス。列範囲をチェックする必要がない場合は-1。

戻り値の型

行および列の数式がチェック対象のインデックスおよび範囲に含まれない場合はtrue、それ以外の場合はfalse。
参照

ITableModelSupport インタフェース
ITableModelSupport メンバ

 

 


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