ActiveSheetIndex Property (FpSpread)
Gets or sets the index of the active sheet in the component.
public int ActiveSheetIndex {get; set;}
'Declaration
Public Property ActiveSheetIndex As Integer
'Usage
Dim instance As FpSpread
Dim value As Integer
instance.ActiveSheetIndex = value
value = instance.ActiveSheetIndex