Click or drag to resize

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)
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