Visual Basic (Declaration) | |
---|---|
Public Class PagerInfo Implements FarPoint.Web.Spread.Model.ISerializeSupport |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As PagerInfo |
C# | |
---|---|
public class PagerInfo : FarPoint.Web.Spread.Model.ISerializeSupport |
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.
System.Object
FarPoint.Web.Spread.PagerInfo
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
Reference
PagerInfo MembersFarPoint.Web.Spread Namespace
Pager Property