Gets the ColumnStyle object at the specified index in the ColumnStyleCollection object.

Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

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

Parameters

index
Type: System..::.Int32
The zero-based index of ColumnStyle object to retrieve

Return Value

NodeBase object at the specified index in the ColumnStyleCollection

See Also