Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / Active Property


In This Topic
    Active Property (ITable)
    In This Topic
    Gets a value indicating whether the active cell of worksheet is inside the range of this ITable object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Active As Boolean
    'Usage
     
    
    Dim instance As ITable
    Dim value As Boolean
     
    value = instance.Active
    bool Active {get;}

    Property Value

    true if the active cell of worksheet is inside this table; otherwise, false.
    See Also