Gets a Cell at the specified index.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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
The index identifier.
Return Value
Type: CellCell object.