Searched refs:titleRows (Results 1 – 1 of 1) sorted by relevance
40 CellRangeAddress titleRows; field in _XPrintAreas86 tRes.tested("getTitleRows()", ValueComparer.equalValue(setValue,titleRows)); in _getTitleRows()144 titleRows = new CellRangeAddress(); in _setTitleRows()145 titleRows.Sheet = address.Sheet; in _setTitleRows()146 titleRows.StartColumn = address.StartColumn; in _setTitleRows()147 titleRows.StartRow = address.StartRow; in _setTitleRows()148 titleRows.EndColumn = address.StartColumn; in _setTitleRows()149 titleRows.EndRow = address.EndRow; in _setTitleRows()150 oObj.setTitleColumns(titleRows); in _setTitleRows()
Completed in 14 milliseconds