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