Aspose::Cells::AutoFilter::SetRange method

AutoFilter::SetRange(int32_t, int32_t, int32_t) method

Sets the range to which the specified AutoFilter applies.

void Aspose::Cells::AutoFilter::SetRange(int32_t row, int32_t startColumn, int32_t endColumn)
ParameterTypeDescription
rowint32_tRow index.
startColumnint32_tStart column index.
endColumnint32_tEnd column Index.

See Also

AutoFilter::SetRange(const U16String&) method

Represents the range to which the specified AutoFilter applies.

void Aspose::Cells::AutoFilter::SetRange(const U16String &value)

See Also

AutoFilter::SetRange(const char16_t*) method

Represents the range to which the specified AutoFilter applies.

void Aspose::Cells::AutoFilter::SetRange(const char16_t *value)

See Also