[]
Gets whether a page break occurs at the specified row or column.
public virtual bool GetPageBreak(int index)
Public Overridable 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 at the specified index; false otherwise |