The Component Object for the row or group that the ExportRow represents.
If the row is either a group or a data tree child, this value contains an integer representing which level the row is on, the greater the number the more indented the row should be.
The type of row.
An array of
ExportColumnobjects representing the columns on the row.In the case of tables with column groups this array can also include
nullvalues representing spaces where columns would have been if not for a neighbouring column taking up multiple columns or rows, such as a column group header. Thesenullvalues are included to help deal with rowspan and colspan alignment and in most cases can be ignored. An example of where they can come in useful can be found in the built-in xlsx downloader.