Gets the object in this column at the given position.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public string this[ int index ] { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Default Property Item ( _ index As Integer _ ) As String |
| Visual C++ |
|---|
public: property String^ default[int index] { String^ get (int index); void set (int index, String^ value); } |
Parameters
- index
- Type: System..::.Int32
Remarks
Returns a string.