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


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