| Object Reference > DataColorCollection > DataColorCollection Methods > Add Method (DataColorCollection) |
Add Method (DataColorCollection)
Adds a DataColor object to the collection.
Function Add(Row, Column, Color As OLE_COLOR) As DataColor
|
Part |
Type |
Description |
|
Row |
Variant |
The row in which the new data color appears (if 0, applies to entire column) |
|
Column |
Variant |
The column in which the new data color appears (if 0, applies to entire row) |
|
Color |
Long |
The data color |
See Also