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


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