Gets or sets the currently selected sheet in the Spread component.
Syntax
'Declaration
Public Property ActiveSheetViewIndex As Integer
'Usage
Dim instance As FpSpread
Dim value As Integer
instance.ActiveSheetViewIndex = value
value = instance.ActiveSheetViewIndex
public int ActiveSheetViewIndex {get; set;}
See Also