[]
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 | Name | Description |
|---|---|---|
| int | row | Row index |
| int | column | Column index |
| Type | Description |
|---|---|
| bool | True if the value at the specified position is a subtotal; otherwise false |