[]
Determines whether the specified row has data (is not empty).
public override bool IsRowUsed(int row)
Public Overrides Function IsRowUsed(row As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | Index of row to check |
| Type | Description |
|---|---|
| bool | True if the row contains data; false otherwise |