Gets the currently selected sheet for the Spread component.
Syntax
'Declaration
Public ReadOnly Property ActiveSheetView As SheetView
'Usage
Dim instance As FpSpread
Dim value As SheetView
value = instance.ActiveSheetView
public SheetView ActiveSheetView {get;}
See Also