ExternalInsertColumn method
Inserts one or more empty columns immediately to the left of the specified range.
Syntax
success = waffleObject.ExternalInsertColumn(srcRange)
Parameters
- srcRange
- String. The name of the range beside which the columns are inserted. You can specify range coordinates, for example, "A1..D5", or a range name.
Return value
Boolean. True if the method succeeds, and False otherwise.
Usage
ExternalInsertColumn inserts as many columns as their are in the specified range.
Example
ExternalInsertColumn example
See also
ExternalInsertRow method
ExternalDeleteColumn method
ExternalDeleteRow method