TRecordCountMode Enumeration
Sets the way FlexCel will count the records.
Syntax
Unit: FlexCel.Report
Members
| Name | Value | Description | 
| Normal | 0 | FlexCel will try to use a field named __FLEXCELCOUNT, and if not available, it will use TDataSet.RecordCount. 
 | 
| SlowCount | 1 | FlexCel will count the records by fetching them all. 
 |