[]
Gets the column page breaks for the specified sheet under the current printing conditions.
public int[] GetColumnPageBreaks(int sheet)
Public Function GetColumnPageBreaks(sheet As Integer) As Integer()
| Type | Name | Description |
|---|---|---|
| int | sheet | Index of sheet for which to return column page breaks |
| Type | Description |
|---|---|
| int[] | The column page breaks for the specified sheet |
Gets the column page breaks for the specified sheet under the current printing conditions with the option to recalculate.
public int[] GetColumnPageBreaks(int sheet, bool reCalc)
Public Function GetColumnPageBreaks(sheet As Integer, reCalc As Boolean) As Integer()
| Type | Name | Description |
|---|---|---|
| int | sheet | Index of sheet for which to return column page breaks |
| bool | reCalc | Whether to recalculate the page break |
| Type | Description |
|---|---|
| int[] | The column page breaks for the specified sheet |