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