Parameters
- sheetIndex
- Sheet index
- columnViewportIndex
- Viewport column index
- value
- Index of the column to set as the left most of that viewport
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Specified sheet index is not valid; must be between zero and the number of sheets. |
System.ArgumentOutOfRangeException | Specified viewport column index is not valid; must be between zero and the number of viewport columns. |
System.ArgumentOutOfRangeException | Specified value is not valid; must be between zero and the number of columns in the sheet. |