- 31 Mar 2025
- 1 Minute to read
- DarkLight
[Table].RemoveRows
- Updated on 31 Mar 2025
- 1 Minute to read
- DarkLight
General
The [Table].RemoveRows can be used in the Post Processor property of a table Element to remove rows that contain cells of the given type.
DataTopHeader = 0
TotalsTopHeader = 1
SubTotalsTopHeader = 2
DataLeftHeader = 3
TotalsLeftHeader = 4
SubTotalsLeftHeader = 5
Data = 6
Total = 7
SubTotal = 8
Filler = 9
Syntax
The syntax of the [Table].RemoveRows function is:
[Table].RemoveRows(<cell type>)
Examples
All TotalsLeftHeader rows will be removed:
[Table].RemoveRows(4)