Parameters
- timeout
- Wait timeout value.
- startRow
- Start row.
- startColumn
- Start column.
- endRow
- End row.
- endColumn
- End column.
Return Value
ReturnCode indicates success, failure, or a warning condition.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if the startRow, endRow, startColumn, or endColumn parameters are outside the range of valid values: (1 to Rows) or (1 to Columns). |