Aspose::Cells::AutoFilter::GetCellArea method

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

AutoFilter::GetCellArea(bool) method

Gets the CellArea where the specified AutoFilter applies to.

CellArea Aspose::Cells::AutoFilter::GetCellArea(bool refreshAppliedRange)
ParameterTypeDescription
refreshAppliedRangeboolWhether 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