Aspose::Cells::ConditionalFormattingIconCollection::Add method
ConditionalFormattingIconCollection::Add(IconSetType, int32_t) method
Adds ConditionalFormattingIcon object.
int32_t Aspose::Cells::ConditionalFormattingIconCollection::Add(IconSetType type, int32_t index)
Parameter | Type | Description |
---|---|---|
type | IconSetType | The value type. |
index | int32_t | The Index. |
ReturnValue
Returns the index of new object in the list.
See Also
- Class Vector
- Enum IconSetType
- Class ConditionalFormattingIconCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
ConditionalFormattingIconCollection::Add(const ConditionalFormattingIcon&) method
Adds ConditionalFormattingIcon object.
int32_t Aspose::Cells::ConditionalFormattingIconCollection::Add(const ConditionalFormattingIcon &cficon)
Parameter | Type | Description |
---|---|---|
cficon | const ConditionalFormattingIcon& | Returns the index of new object in the list. |
See Also
- Class Vector
- Class ConditionalFormattingIcon
- Class ConditionalFormattingIconCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++