Gets a Cell by the specified identifier.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public Cell this[
	string id
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	id As String
) As Cell
	Get
Visual C++
public:
property Cell^ default[String^ id] {
	Cell^ get (String^ id);
}
F#
member Item : Cell with get

Parameters

id
Type: System..::..String
The identifier.

Return Value

Type: Cell
Cell object.

See Also