[]
Gets whether a page break occurs at the specified row or column.
bool GetPageBreak(int index)
Function GetPageBreak(index As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | index | Row or column index |
| Type | Description |
|---|---|
| bool | true if has a page break at the specified index; false otherwise |