Click or drag to resize

DataTreeStructureCount Method (Int32)

number of items in a branch.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public int Count(
	int ind
)

Parameters

ind
Type: SystemInt32
index of the tree.

Return Value

Type: Int32
return number of items in a branch.
See Also