Spread Windows Forms 15.0
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 ReadOnly Property ActiveSheet As Worksheet
    'Usage
     
    
    Dim instance As Workbook
    Dim value As Worksheet
     
    value = instance.ActiveSheet
    public Worksheet ActiveSheet {get;}

    Property Value

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