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