|
ExtendedListTItemIndex Method
|
return the index of an item in the underlying list based on the index of the item in the infinite list
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int ItemIndex(
int ind
)
Public Function ItemIndex (
ind As Integer
) As Integer
public:
int ItemIndex(
int ind
)
member ItemIndex :
ind : int -> int
Parameters
- ind
- Type: SystemInt32
index in the infinite list
Return Value
Type:
Int32index in the underlying list
See Also