Gets or sets the first selected item in the list.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public int[] SelectedIndex { get; set; }
Public Property SelectedIndex As Integer() Get Set
public: property array<int>^ SelectedIndex { array<int>^ get (); void set (array<int>^ value); }
member SelectedIndex : int[] with get, set