Spread for ASP.NET 12 Product Documentation
RowEnd Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : RowEnd Property
Gets or sets the last row to print when printing a cell range.
Syntax
'Declaration
 
Public Property RowEnd As Integer
'Usage
 
Dim instance As PrintInfo
Dim value As Integer
 
instance.RowEnd = value
 
value = instance.RowEnd
public int RowEnd {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members