Spread Windows Forms 9.0 Product Documentation
GetColumnPageBreaks(Int32,Boolean) Method


Index of sheet for which to return column page breaks
Whether to recalculate the page break
Gets the column page breaks for the specified sheet under the current printing conditions with the option to recalculate.
Syntax
'Declaration
 
Public Overloads Function GetColumnPageBreaks( _
   ByVal sheet As Integer, _
   ByVal reCalc As Boolean _
) As Integer()
'Usage
 
Dim instance As FpSpread
Dim sheet As Integer
Dim reCalc As Boolean
Dim value() As Integer
 
value = instance.GetColumnPageBreaks(sheet, reCalc)
public int[] GetColumnPageBreaks( 
   int sheet,
   bool reCalc
)

Parameters

sheet
Index of sheet for which to return column page breaks
reCalc
Whether to recalculate the page break

Return Value

Integer array containing the indexes of columns for which page breaks occur
Remarks

The reCalc parameter is for optimization; if the GetRowPageBreaks method is called before this method, set this parameter to false.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FpSpread Class
FpSpread Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.