Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / Sheets Property


In This Topic
Sheets Property (SpreadView)
In This Topic
Gets the sheets in the view.
Syntax
'Declaration
 
Public ReadOnly Property Sheets As SheetViewCollection
 
'Usage
 
Dim instance As SpreadView
Dim value As SheetViewCollection
 
value = instance.Sheets
See Also