Gets a Cell at the specified index.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Cell this[ int indexId ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( indexId As Integer ) As Cell Get |
Visual C++ |
---|
public: property Cell^ default[int indexId] { Cell^ get (int indexId); } |
F# |
---|
member Item : Cell with get |
Parameters
- indexId
- Type: System..::..Int32
Property Value
Type: CellCell object.