Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PagerInfo Class
Members


In This Topic
    PagerInfo Class
    In This Topic
    Represents information about the page navigation aids in the Spread component.
    Object Model
    PagerInfo Class
    Syntax
    'Declaration
     
    
    Public Class PagerInfo 
       Implements FarPoint.Web.Spread.Model.ISerializeSupport 
    'Usage
     
    
    Dim instance As PagerInfo
    Remarks

    The page navigation aids are displayed in the tool bars above and below the sheet.

    When the sheet contains more rows than can be displayed in the component, Spread automatically creates pages that contain the other rows. (These are not to be confused with HTML pages.)

    You can display either Next (>>) and Previous (<<) arrows, page numbers, or both as page navigation aids. You can display these page navigation aids at the top of the sheet, the bottom of the sheet, on the command bar, or some combination of these.

    You can set how many page numbers are displayed. If the number of pages for a sheet exceeds the value specified by the PageCount property, an ellipses is displayed. Click the ellipses to display the next (or previous) set of page numbers.

    Note: The page (the set of rows) changes only if you click a different page number or the Next or Previous arrow. The page does not change when you click the ellipses.

    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Spread.PagerInfo

    See Also