KaxTagCloudItemCollectionRemoveAt Method |
Removes a TagCloud item from the Items collection, at the specified index.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
void RemoveAt(
int index
)
member RemoveAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The index of the TagCloud item.
See Also