Removes a C1Anchor from the current collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Remove(
	C1Anchor anchor
)
Visual Basic
Public Sub Remove ( _
	anchor As C1Anchor _
)

Parameters

anchor
Type: C1.C1Preview..::..C1Anchor
The anchor to remove.

See Also