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.
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.