[]
Determines whether the value at the specified position is a subtotal.
public abstract bool IsSubtotal(int row, int column)
Public MustOverride Function IsSubtotal(row As Integer, column As Integer) As Boolean
Type | Description |
---|---|
bool | True if the value at the specified position is a subtotal; otherwise false |