Spread for ASP.NET 12 Product Documentation
RowStart Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : RowStart Property
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
public int RowStart {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members