[]
Sets whether a page break occurs at the specified row or column.
public virtual void SetPageBreak(int index, bool value)
Public Overridable Sub SetPageBreak(index As Integer, value As Boolean)
| Type | Name | Description |
|---|---|---|
| int | index | Row or column index |
| bool | value | Whether a page break occurs |