Aspose::Cells::AutoFilter::SetRange method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
row | int32_t | Row index. |
startColumn | int32_t | Start column index. |
endColumn | int32_t | End column Index. |
See Also
- Class AutoFilter
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
AutoFilter::SetRange(const U16String&) method
Represents the range to which the specified AutoFilter applies.
void Aspose::Cells::AutoFilter::SetRange(const U16String &value)
See Also
- Class U16String
- Class AutoFilter
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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
- Class AutoFilter
- Namespace Aspose::Cells
- Library Aspose.Cells for C++