GetRowPageBreaks(Int32) Method
In This Topic
Gets the row page breaks for the specified sheet under the current printing conditions.
Syntax
'Declaration
Public Overloads Function GetRowPageBreaks( _
ByVal As Integer _
) As Integer()
'Usage
Dim instance As FpSpread
Dim sheet As Integer
Dim value() As Integer
value = instance.GetRowPageBreaks(sheet)
public int[] GetRowPageBreaks(
int
)
Parameters
- sheet
- Sheet index for which to return row page breaks
See Also