Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ActiveSheet Property


ActiveSheet Property (FpSpread)
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
Exceptions
ExceptionDescription
Specified sheet is not in the collection
See Also