Aspose::Cells::AutoFilter::Refresh method

AutoFilter::Refresh() method

Refresh auto filters to hide or unhide the rows.

Vector<int32_t> Aspose::Cells::AutoFilter::Refresh()

ReturnValue

Returns all hidden rows’ indexes.

See Also

AutoFilter::Refresh(bool) method

Gets all hidden rows’ indexes.

Vector<int32_t> Aspose::Cells::AutoFilter::Refresh(bool hideRows)
ParameterTypeDescription
hideRowsboolIf true, hide the filtered rows.

ReturnValue

Returns all hidden rows indexes.

See Also