Adds a Column to the IList.

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

Syntax

C#
public int Add(
	Object value
)
Visual Basic
Public Function Add ( 
	value As Object
) As Integer
Visual C++
public:
virtual int Add(
	Object^ value
) sealed
F#
abstract Add : 
        value : Object -> int 
override Add : 
        value : Object -> int 

Parameters

value
Type: System..::..Object
The Column to add to the IList.

Return Value

Type: Int32
The position into which the new Column was inserted.

Implements

IList..::..Add(Object)

See Also