Sets the currently selected entry.

Syntax:

SetActiveSelected( Index as Long ) as Boolean
Return: Boolean
Parameters: Index Index of the entry to be set as the one currently selected.

Example:
Dim View As TextTableView
Dim Selected As Boolean

Set View = Application.ActiveProject.ProjectDocument.TextTableView

Selected = View.SetActiveSelected(0)

See also:

Class TextTableView


Last Updated: 04/27/05