Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / RowEnd Property
Example


In This Topic
    RowEnd Property
    In This Topic
    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;}
    Example
    This sets the properties for the PrintInfo class.
    See Also