Add
Add(IconSetType, int)
添加ConditionalFormattingIcon
对象.
public int Add(IconSetType type, int index)
范围 | 类型 | 描述 |
---|---|---|
type | IconSetType | 值类型。 |
index | Int32 | 索引。 |
返回值
返回列表中新对象的索引。
也可以看看
- enum IconSetType
- class ConditionalFormattingIconCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
Add(ConditionalFormattingIcon)
添加ConditionalFormattingIcon
对象.
public int Add(ConditionalFormattingIcon cficon)
范围 | 类型 | 描述 |
---|---|---|
cficon | ConditionalFormattingIcon | 返回列表中新对象的索引。 |