Spread for ASP.NET 12 Product Documentation
Count Property (SheetViewCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetViewCollection Class : Count Property
Gets or sets the number of sheets in a collection.
Syntax
'Declaration
 
Public Shadows Property Count As Integer
'Usage
 
Dim instance As SheetViewCollection
Dim value As Integer
 
instance.Count = value
 
value = instance.Count
public new int Count {get; set;}
See Also

Reference

SheetViewCollection Class
SheetViewCollection Members