FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetColumnPageBreak Method
Column index


In This Topic
GetColumnPageBreak Method
In This Topic
Gets whether a forced page break is inserted before the specified column on this sheet when printing.
Syntax
'Declaration
 
Public Function GetColumnPageBreak( _
   ByVal column As Integer _
) As Boolean
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim value As Boolean
 
value = instance.GetColumnPageBreak(column)

Parameters

column
Column index
See Also