'Declaration
Public Overridable Function IsRowVisibleSensitive( _
ByVal As Integer, _
ByVal As Integer _
) As Boolean
public virtual bool IsRowVisibleSensitive(
int ,
int
)
パラメータ
- i
- 引数のインデックス。コンテキストの場合は-1
- argCount
- 渡す引数の数
戻り値の型
指定した数の引数が渡されたときに、関数の評価が、参照範囲内のセルの表示状態に依存する場合はTrue、それ以外の場合は False。