ListObject.Active Property

Definition

Gets a value that indicates whether a ListObject control on a worksheet is active; that is, whether the active cell is inside the range of the ListObject control.

public:
 property bool Active { bool get(); };
public bool Active { get; }
member this.Active : bool
Public ReadOnly Property Active As Boolean

Property Value

true if the active cell is inside the range of the ListObject control; otherwise, false.

Remarks

Because there is no Activate method for the ListObject control, you can activate a ListObject control only by activating a cell range within the list.

Applies to