Removes the Header on the specified hierarchical level.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool RemoveAt(
	int level
)
Visual Basic
Public Function RemoveAt ( 
	level As Integer
) As Boolean
Visual C++
public:
bool RemoveAt(
	int level
)
F#
member RemoveAt : 
        level : int -> bool 

Parameters

level
Type: System..::..Int32
The hierarchical level.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Dapfor.Net.Ui.HeaderCollection.RemoveAt(System.Int32)"]

See Also