Spread for ASP.NET 12 Product Documentation
PageCount Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PagerInfo Class : PageCount Property
Gets or sets the number of page numbers displayed with the page navigation.
Syntax
'Declaration
 
Public Property PageCount As Integer
'Usage
 
Dim instance As PagerInfo
Dim value As Integer
 
instance.PageCount = value
 
value = instance.PageCount
public int PageCount {get; set;}
See Also

Reference

PagerInfo Class
PagerInfo Members