Aspose::Cells::AutoFilter::GetCellArea method
Contents
[
Hide
]AutoFilter::GetCellArea() method
Gets the CellArea where the this AutoFilter applies to.
CellArea Aspose::Cells::AutoFilter::GetCellArea()
ReturnValue
the area this filter applies to
See Also
- Class CellArea
- Class AutoFilter
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
AutoFilter::GetCellArea(bool) method
Gets the CellArea where the specified AutoFilter applies to.
CellArea Aspose::Cells::AutoFilter::GetCellArea(bool refreshAppliedRange)
Parameter | Type | Description |
---|---|---|
refreshAppliedRange | bool | Whether refresh the applied range. For the applied range of auto filter, the last row may change when cells data changes. If this flag is true, then the last row of the range will be re-calculated according to current cells data. |
ReturnValue
the area this filter applies to
See Also
- Class CellArea
- Class AutoFilter
- Namespace Aspose::Cells
- Library Aspose.Cells for C++