next up previous contents
Next: cifCountColumns Up: CIFLIB Category Access Functions Previous: cifCountRows

cifCountRowsByIndex

NAME cifCountRowsByIndex

PROTOTYPE

#include "ciflib.h"

int cifCountRowsByIndex(const int dataBlockIndex, 
                        const int categoryIndex)
PURPOSE

cifCountRows returns the number of rows in the target category within the target data block. Both the category and the data block are identified by index.

RECEIVES

dataBlockIndex zero-based index of the target data block
categoryIndex zero-based index of the target category

RETURN VALUE

Returns the number of rows or a value of -1 for failure.

REMARKS

See also: cifCountRows



Olivera Tosic
6/17/2002