Aspose::Cells::MultipleFilterCollection::Add method
MultipleFilterCollection::Add(const U16String&) method
Adds string 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 string 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++