Gets or sets ConfigurationCell at specified index.
            
| C# | Visual Basic | Visual C++ | 
public ConfigurationCell this[ int index ] { get; set; }
Public Default Property Item ( _ index As Integer _ ) As ConfigurationCell Get Set
public: property ConfigurationCell^ default[int index] { ConfigurationCell^ get (int index); void set (int index, ConfigurationCell^ value); }
- index (Int32)
 - Index of value to get or set.