[]
        
(Showing Draft Content)

FarPoint.CalcEngine.CalcReference.IsSubtotal

IsSubtotal Method

IsSubtotal(int, int)

Determines whether the value at the specified position is a subtotal.

Declaration
public abstract bool IsSubtotal(int row, int column)
Public MustOverride Function IsSubtotal(row As Integer, column As Integer) As Boolean
Parameters
Type Name Description
int row

Row index

int column

Column index

Returns
Type Description
bool

True if the value at the specified position is a subtotal; otherwise false