Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetSheet Method


In This Topic
GetSheet Method
In This Topic
Gets sheetview at index.
Syntax
'Declaration
 
Public Function GetSheet( _
   ByVal index As Integer _
) As SheetView
 
'Usage
 
Dim instance As FpSpread
Dim index As Integer
Dim value As SheetView
 
value = instance.GetSheet(index)

Parameters

index
See Also