ConsiderHeader: Boolean;
The ConsiderHeader property determines whether corner rows or columns are taken into account when calculating row or column number.
Available values:
True. The number of header rows or columns is taken into account. For example, if a row header consists of two dimensions, numbering starts from three.
False. Header rows or columns are not taken into account. Numbering always starts from one. Default value.
The property is relevant if the IsOn property is set to True.
The example of use is given in description of the IPivotHeaderNumbering.IsOn property.
See also: