Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / ActiveSheet Property


In This Topic
    ActiveSheet Property (Workbook)
    In This Topic
    Gets the active sheet (the sheet on top).
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ActiveSheet As Worksheet
    'Usage
     
    
    Dim instance As Workbook
    Dim value As Worksheet
     
    value = instance.ActiveSheet
    public virtual Worksheet ActiveSheet {get;}

    Property Value

    The active sheet (the sheet on top); null if no sheet is active.
    See Also