contains a cell range address within a spreadsheet document. More...
import "CellRangeAddress.idl";
| Public Attributes | |
| short | Sheet | 
| is the index of the sheet that contains the cell range. | |
| long | StartColumn | 
| is the index of the column of the left edge of the range. | |
| long | StartRow | 
| is the index of the row of the top edge of the range. | |
| long | EndColumn | 
| is the index of the column of the right edge of the range. | |
| long | EndRow | 
| is the index of the row of the bottom edge of the range. | |
contains a cell range address within a spreadsheet document.
| long EndColumn | 
is the index of the column of the right edge of the range.
| long EndRow | 
is the index of the row of the bottom edge of the range.
| short Sheet | 
is the index of the sheet that contains the cell range.
| long StartColumn | 
is the index of the column of the left edge of the range.
| long StartRow | 
is the index of the row of the top edge of the range.