Gets the number of cases in a dataset.
Syntax
object.DataFileNCases ()
object.DataFileNCases (groupNumber)
The DataFileNCases method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
groupNumber |
Optional number. If groupNumber is present, it is a group number, where the first group is group number 1. If groupNumber is omitted, the method returns the number of cases in the group referred to by the most recent use of the BeginGroupEx method. |
Placement: [2].
See Also