ListObject::SelectedIndex Property
Gets or sets the index of the row that is currently selected.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
This property is 1-based, not 0-based. The first data row in a ListObject control has an index number of 1.
The following code example creates a ListObject on the current worksheet. It uses the SelectedIndex and AutoSelectRows properties to select the second row and to specify that the entire row is selected when the user clicks a row. The code example also creates an event handler for the SelectedIndexChanged event that displays a message box whenever a new row is selected.
This version is for a document-level customization.
This version is for an application-level add-in.
Show: