RC-WinTrans Object Model Help |
TextTableView.IsSelected |
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: