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
- Class Vector
- Class AutoFilter
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
AutoFilter::Refresh(bool) method
Gets all hidden rows’ indexes.
Vector<int32_t> Aspose::Cells::AutoFilter::Refresh(bool hideRows)
Parameter | Type | Description |
---|---|---|
hideRows | bool | If true, hide the filtered rows. |
ReturnValue
Returns all hidden rows indexes.
See Also
- Class Vector
- Class AutoFilter
- Namespace Aspose::Cells
- Library Aspose.Cells for C++