Spread ASP.NET 6.0 Product Documentation
PagerInfo Class
Members  See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : PagerInfo Class


Glossary Item Box

Represents information about the page navigation aids in the Spread component.

Object Model

PagerInfo Class

Syntax

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  

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.