FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / ColEnd Property


In This Topic
ColEnd Property
In This Topic
Gets or sets the last column to print when printing a cell range.
Syntax
'Declaration
 
Public Property ColEnd As Integer
 
'Usage
 
Dim instance As PrintInfo
Dim value As Integer
 
instance.ColEnd = value
 
value = instance.ColEnd
See Also