Gets the specified Column.

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

Syntax

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

Parameters

index
Int32
Item index

Return Value

Column at the specified position.

See Also