Returns whether the entry with the given index is selected or not.

Syntax:

IsSelected( Index As Long ) As Boolean
Return: Boolean
Parameters: Index

Example:
Dim View As TextTableView
Dim Selected As Boolean

Set View = Application.ActiveProject.ProjectDocument.TextTableView

Selected = View.IsSelected(0)

See also:

Class TextTableView


Last Updated: 03/21/04