ConditionalFormattingIconCollection.Add
Add(IconSetType, int)
Adds ConditionalFormattingIcon
object.
public int Add(IconSetType type, int index)
Parameter | Type | Description |
---|---|---|
type | IconSetType | The value type. |
index | Int32 | The Index. |
Return Value
Returns the index of new object in the list.
See Also
- enum IconSetType
- class ConditionalFormattingIconCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
Add(ConditionalFormattingIcon)
Adds ConditionalFormattingIcon
object.
public int Add(ConditionalFormattingIcon cficon)
Parameter | Type | Description |
---|---|---|
cficon | ConditionalFormattingIcon | Returns the index of new object in the list. |
See Also
- class ConditionalFormattingIcon
- class ConditionalFormattingIconCollection
- namespace Aspose.Cells
- assembly Aspose.Cells