Hi,
I am trying to export ListObject as
ListObject.DataRange.ExportDataTable(new ExportTableOptions() { DataTable = dt, PlotVisibleRows = true, PlotVisibleCells=true, PlotVisibleColumns =true })
Even though i have passed PlotVisibleRows = true, the above call returns me all rows from the ListObject. The data for visible row will be correct but for all invisible rows an empty row is added in the output data table.
Is there any other parameter need to be passed so that i can get only visible rows as output?
ExportDataTable.png (83.9 KB)