PowerTools SPREAD for Windows Forms 8.0J
IsRowVisibleSensitive メソッド


引数のインデックス。コンテキストの場合は-1
渡す引数の数
指定した数の引数が渡されたときに、関数の評価が、参照範囲内のセルの行表示状態に依存するかどうかを決定します。
構文
'Declaration
 
Public Overridable Function IsRowVisibleSensitive( _
   ByVal i As Integer, _
   ByVal argCount As Integer _
) As Boolean
'使用法
 
Dim instance As FunctionInfo
Dim i As Integer
Dim argCount As Integer
Dim value As Boolean
 
value = instance.IsRowVisibleSensitive(i, argCount)
public virtual bool IsRowVisibleSensitive( 
   int i,
   int argCount
)

パラメータ

i
引数のインデックス。コンテキストの場合は-1
argCount
渡す引数の数
参照

FunctionInfo クラス
FunctionInfo メンバ

 

 


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