KaxTagCloudItemCollectionIndexOf Method |
Gets the index of the TagCloud item in the Items collection
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public int IndexOf(
KaxTagCloudItem item
)
Public Function IndexOf (
item As KaxTagCloudItem
) As Integer
public:
int IndexOf(
KaxTagCloudItem^ item
)
member IndexOf :
item : KaxTagCloudItem -> int
Parameters
- item
- Type: Kettic.AspNet.ControlsKaxTagCloudItem
The TagCloud item the index of.
Return Value
Type:
Int32The index of the TagCloud item.
See Also