Appends the specified ColumnStyle object to the end of the ColumnStyleCollection.

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

Syntax

C#
public int Add(
	ColumnStyle item
)
Visual Basic (Declaration)
Public Function Add ( _
	item As ColumnStyle _
) As Integer
Visual C++
public:
int Add(
	ColumnStyle^ item
)

Parameters

item
Type: AltaVim.WinForms..::.ColumnStyle
The ColumnStyle object to append.

Return Value

The index of appended object.

See Also