ActiveReports.Viewer3 Request technical support
SelectedIndex Property
See Also 


Sets or returns the index of the currently selected item in the table of contents.

Syntax

Visual Basic (Declaration) 
Public Property SelectedIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As TableOfContentsObject
Dim value As Integer
 
instance.SelectedIndex = value
 
value = instance.SelectedIndex
C# 
public int SelectedIndex {get; set;}

See Also