[]
Adds a conditional format to the collection.
public int Add(ConditionalFormat conditionalFormat)
Public Function Add(conditionalFormat As ConditionalFormat) As Integer
Type | Name | Description |
---|---|---|
ConditionalFormat | conditionalFormat | Conditional format to add |
Type | Description |
---|---|
int |
Appends a collection of conditional formats to the collection.
public int Add(ConditionalFormatCollection conditionalFormats)
Public Function Add(conditionalFormats As ConditionalFormatCollection) As Integer
Type | Name | Description |
---|---|---|
ConditionalFormatCollection | conditionalFormats | Collection of conditional formats |
Type | Description |
---|---|
int |