Aspose::Cells::MultipleFilterCollection::Add method
Contents
[
Hide
]MultipleFilterCollection::Add(const U16String&) method
Adds a label filter.
void Aspose::Cells::MultipleFilterCollection::Add(const U16String &filter)
| Parameter | Type | Description |
|---|---|---|
| filter | const U16String& | The filter data. |
See Also
- Class Vector
- Class U16String
- Class MultipleFilterCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
MultipleFilterCollection::Add(const char16_t*) method
Adds a label filter.
void Aspose::Cells::MultipleFilterCollection::Add(const char16_t *filter)
| Parameter | Type | Description |
|---|---|---|
| filter | const char16_t* | The filter data. |
See Also
- Class Vector
- Class MultipleFilterCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
MultipleFilterCollection::Add(DateTimeGroupingType, int32_t, int32_t, int32_t) method
Adds a date filter criteria value.
void Aspose::Cells::MultipleFilterCollection::Add(DateTimeGroupingType type, int32_t year, int32_t month, int32_t day)
| Parameter | Type | Description |
|---|---|---|
| type | DateTimeGroupingType | The type of date filter. |
| year | int32_t | The year. |
| month | int32_t | The month. |
| day | int32_t | The day. |
See Also
- Class Vector
- Enum DateTimeGroupingType
- Class MultipleFilterCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++