Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class / Count Property


In This Topic
Count Property (SheetViewCollection)
In This Topic
Gets or sets the number of sheets (SheetView objects) in the collection.
Syntax
'Declaration
 
Public Shadows Property Count As Integer
 
'Usage
 
Dim instance As SheetViewCollection
Dim value As Integer
 
instance.Count = value
 
value = instance.Count
See Also