Gets the specified Area.

Namespace: DayPilot.Web.Ui.Data
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public Area this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As Area
	Get
	Set
Visual C++
public:
property Area^ default[int index] {
	Area^ get (int index);
	void set (int index, Area^ value);
}

Parameters

index
Type: System..::..Int32
Item index

Return Value

Area at the specified position.

See Also