Description

Returns number of sub-features/rows in data table corresponded to the feature.

Property type

A Long value.  

Number of sub-features in the feature.

Syntax

object.Rows([IgnoreHidden])

The Rows Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McMMFeature.
IgnoreHiddenOptional. A Boolean value.

defines whether to cound hidden sub-features/rows. By default IgnoreHidden is TRUE.

Remarks

Only visible sub-features are counted by default. See SubFeature for programming example.