ExternalDeleteColumn method
Deletes the columns that intersect the specified range.
Syntax
success = waffleObject.ExternalDeleteColumn(srcRange)
Applies to
Waffle class.
Parameters
- srcRange
- String. The name of the range. You can specify range coordinates, for example, "A1..D5", or a range name.
Return value
boolean. The value is true if the method succeeds, and false otherwise.
Usage
[[Add if applicable]]
Example
ExternalDeleteColumn example
See also
ExternalDeleteRow method
ExternalInsertColumn method
ExternalInsertRow method