ListObject::Active Property

 

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.

Namespace:   Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

property bool Active {
	bool get();
}

Property Value

Type: System::Boolean

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

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.

Return to top
Show: