RowEnd Property (PrintInfo)
Gets or sets the last row to print when printing a cell range.
public int RowEnd {get; set;}
'Declaration
Public Property RowEnd As Integer
'Usage
Dim instance As PrintInfo
Dim value As Integer
instance.RowEnd = value
value = instance.RowEnd