[Table].RemoveRow
- 31 Mar 2025
- 1 Minute to read
- DarkLight
[Table].RemoveRow
- Updated on 31 Mar 2025
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
General
The Table.RemoveRow can be used in the Post Processor property of a table Element to remove one row.
Syntax
The syntax of the Table.RemoveRow function is:
[Table].RemoveRow Function Syntax
[Table].RemoveRow(<row number>)
Examples
[Table].RemoveRow(1) will remove the first row:
Substring Function Example
[Table].RemoveRow(1)
Was this article helpful?