Aspose::Cells::ConditionalFormattingValueCollection::Add method
Contents
[
Hide
]ConditionalFormattingValueCollection::Add(FormatConditionValueType, const U16String&) method
Adds ConditionalFormattingValue object.
int32_t Aspose::Cells::ConditionalFormattingValueCollection::Add(FormatConditionValueType type, const U16String &value)
Parameter | Type | Description |
---|---|---|
type | FormatConditionValueType | The value type. |
value | const U16String& | The value. |
ReturnValue
Returns the index of new object in the list.
See Also
- Class Vector
- Enum FormatConditionValueType
- Class U16String
- Class ConditionalFormattingValueCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
ConditionalFormattingValueCollection::Add(FormatConditionValueType, const char16_t*) method
Adds ConditionalFormattingValue object.
int32_t Aspose::Cells::ConditionalFormattingValueCollection::Add(FormatConditionValueType type, const char16_t *value)
Parameter | Type | Description |
---|---|---|
type | FormatConditionValueType | The value type. |
value | const char16_t* | The value. |
ReturnValue
Returns the index of new object in the list.
See Also
- Class Vector
- Enum FormatConditionValueType
- Class ConditionalFormattingValueCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++