ListObject.Active Property

Definition

Returns a Boolean value indicating whether a ListObject object in a worksheet is active β€” that is, whether the active cell is inside the range of the ListObject object.

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

Property Value

Remarks

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

Applies to