20#ifndef __com_sun_star_table_CellRangeAddress_idl__
21#define __com_sun_star_table_CellRangeAddress_idl__
24module
com { module sun { module star { module table {
Definition Ambiguous.idl:22
contains a cell range address within a spreadsheet document.
Definition CellRangeAddress.idl:30
long StartColumn
is the index of the column of the left edge of the range.
Definition CellRangeAddress.idl:39
long EndColumn
is the index of the column of the right edge of the range.
Definition CellRangeAddress.idl:49
short Sheet
is the index of the sheet that contains the cell range.
Definition CellRangeAddress.idl:34
long EndRow
is the index of the row of the bottom edge of the range.
Definition CellRangeAddress.idl:54
long StartRow
is the index of the row of the top edge of the range.
Definition CellRangeAddress.idl:44