ListObject.Active Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.