Add Method (CellRangeCollection)
In This Topic
Adds a new
CellRange object to the collection.
Overload List
Overload | Description |
Add(Int32,Int32,Int32,Int32) | Adds a new CellRange object to the collection. |
Add(CellRange) | Adds a new CellRange object to the collection. |
Add(Int32,Int32,Int32,Int32,Boolean) | Adds a new CellRange object to the collection, optionally removing other overlapping ranges from the collection. |
Add(CellRange,Boolean) | Adds a new CellRange object to the collection, optionally removing other overlapping ranges from the collection. |
See Also