KaxTagCloudItemCollectionInsert Method |
Inserts a TagCloud item 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 Insert(
int index,
KaxTagCloudItem item
)
Public Sub Insert (
index As Integer,
item As KaxTagCloudItem
)
public:
void Insert(
int index,
KaxTagCloudItem^ item
)
member Insert :
index : int *
item : KaxTagCloudItem -> unit
Parameters
- index
- Type: SystemInt32
The index (position), where the TagCloud item will be inserted. - item
- Type: Kettic.AspNet.ControlsKaxTagCloudItem
The TagCloud item to insert.
See Also