Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ActiveSheet Property


In This Topic
    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
    ExceptionDescription
    Specified sheet is not in the collection
    See Also