ExternalDeleteRow method
Deletes the rows that intersect the specified range.
Syntax
success = waffleObject.ExternalDeleteRow(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 needed.]]
Example
ExternalDeleteRow example
See also
ExternalDeleteColumn method
ExternalInsertColumn method
ExternalInsertRow method