Gets and sets the string at the specified index.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public string this[ int index ] { get; set; }
Public Default Property Item ( _ index As Integer _ ) As String Get Set
public: property String^ default[int index] { String^ get (int index); void set (int index, String^ value); }
Parameters
- index
- Int32
String index (0 = first item)