Click or drag to resize

InfiniteListTItemIndex 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: 2.2.0.4 (2.2.0.4)
Syntax
public int ItemIndex(
	int ind
)

Parameters

ind
Type: SystemInt32
index in the infinite list.

Return Value

Type: Int32
index in the underlying list.
See Also