FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetColumnPageBreak Method
Column index
Whether to force a page break before the specified column


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

Parameters

column
Column index
value
Whether to force a page break before the specified column
See Also