'Declaration Public Function GetSheet( _ ByVal index As Integer _ ) As SheetView
'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)
'Usage
Dim instance As FpSpread Dim index As Integer Dim value As SheetView value = instance.GetSheet(index)
public SheetView GetSheet( int index )
FpSpread Class FpSpread Members