[]
Sets whether a forced page break is inserted before the specified column on this sheet when printing.
public void SetColumnPageBreak(int column, bool value)
Public Sub SetColumnPageBreak(column As Integer, value As Boolean)
| Type | Name | Description |
|---|---|---|
| int | column | Column index |
| bool | value | Whether to force a page break before the specified column |