ListObject.IsSelected Property (2007 System)

Gets a value that indicates whether the ListObject is selected.

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

Syntax

'Declaration
Public ReadOnly Property IsSelected As Boolean
'Usage
Dim instance As ListObject 
Dim value As Boolean 

value = instance.IsSelected
public bool IsSelected { get; }
public:
property bool IsSelected {
    bool get ();
}
public function get IsSelected () : boolean

Property Value

Type: System.Boolean
true if the ListObject is selected, or if any range that includes part of the ListObject is selected; otherwise, false.

.NET Framework Security

See Also

Reference

ListObject Class

ListObject Members

Microsoft.Office.Tools.Excel Namespace