[]
        
(Showing Draft Content)

FarPoint.CalcEngine.FunctionInfo.IsRowVisibleSensitive

IsRowVisibleSensitive Method

IsRowVisibleSensitive(int, int)

Determines whether the evaluation of the function is dependent on the row visible state of cells in refered range when being passed to a specified number of argument.

Declaration
public virtual bool IsRowVisibleSensitive(int i, int argCount)
Public Overridable Function IsRowVisibleSensitive(i As Integer, argCount As Integer) As Boolean
Parameters
Type Name Description
int i

Index of the argument, -1 for context

int argCount

Number of passing argument

Returns
Type Description
bool

True if the evaluation of the function is dependent on the row visible state of cells in refered range ; false otherwise