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 Object this[ int position ] { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Default Property Item ( _ position As Integer _ ) As Object |
| Visual C++ |
|---|
public: virtual property Object^ default[int position] { Object^ get (int position) sealed; void set (int position, Object^ value) sealed; } |
Parameters
- position
- Type: System..::.Int32