| Package | Description |
|---|---|
| com.grapecity.documents.excel | |
| com.grapecity.documents.excel.drawing | |
| com.grapecity.documents.excel.forms | |
| com.grapecity.documents.excel.internal |
| Modifier and Type | Method and Description |
|---|---|
IRange |
IRange.find(java.lang.Object what)
Finds specific information in a range, starts from the upper-left corner.
|
IRange |
IRange.find(java.lang.Object what,
FindOptions options)
Finds specific information in a range, starts from the upper-left corner.
|
IRange |
IRange.find(java.lang.Object what,
IRange after)
Finds specific information in a range.
|
IRange |
IRange.find(java.lang.Object what,
IRange after,
FindOptions options)
Finds specific information in a range.
|
IRange |
IRange.get(int index)
Returns a new instance of
IRange by index which represents a cell. |
IRange |
ICellCollection.get(int rowOffset,
int columnOffset)
Gets the
IRange object with the specified row and column offset. |
IRange |
IRangeProvider.get(int row,
int column)
Gets the
IRange object with the specified row and column. |
IRange |
IRange.get(int rowOffset,
int columnOffset)
Returns a new instance of
IRange which is offset from this range. |
IRange |
IRangeProvider.get(int row,
int column,
int rowCount,
int columnCount)
Gets the
IRange object with the specified row and column. |
IRange |
ICellCollection.get(java.lang.String reference)
Gets the
IRange object with the specified reference. |
IRange |
IRangeProvider.get(java.lang.String reference)
Gets the
IRange object with the specified reference. |
IRange |
IWorksheet.getActiveCell()
Gets the active cell.
|
IRange |
IComment.getAnchorCell()
Gets the anchor cell of the comment.
|
IRange |
IUniqueValues.getAppliesTo()
Returns a Range object specifying the cell range to which the formatting rule
is applied.
|
IRange |
IColorScale.getAppliesTo()
Returns a Range object that specifies the cell range to which the formatting
rule is applied.
|
IRange |
IAboveAverage.getAppliesTo()
Returns a range object specifying the cell range to which the formatting rule
is applied.
|
IRange |
IIconSetCondition.getAppliesTo()
Returns a Range object that specifies the cell range to which the formatting
rule is applied.
|
IRange |
ITop10.getAppliesTo()
Returns the
IRange object that specifies the cell range to which the
formatting rule is applied. |
IRange |
IDataBar.getAppliesTo()
Returns a Range object that specifies the cell range to which the formatting
rule is applied.
|
IRange |
IFormatCondition.getAppliesTo()
Returns the
IRange object that specifies the cell range to which the
formatting rule is applied. |
IRange |
IAreas.getArea(int index)
Returns the zero based instance of
IRange specified by index. |
IRange |
IWorksheet.getCells()
Returns the
IRange object that represents all the cells on the
worksheet (not just the cells that are currently in use). |
IRange |
IRange.getCells()
Returns the
IRange object that represents the cells in the specified
range. |
IRange |
IPivotTable.getColumnRange()
Returns a Range object that represents the range that contains the column
area in the PivotTable report.
|
IRange |
IWorksheet.getColumns()
Returns the
IRange object that represents all the columns on the
specified worksheet. |
IRange |
IRange.getColumns()
Returns the
IRange object that represents the columns in the
specified range. |
IRange |
IRange.getCurrentArray()
Gets whether the specified cell is part of an array, returns an
IRange object that represents the entire array. |
IRange |
ITableColumn.getDataBodyRange()
Returns the
IRange object that is the size of the data portion of a
column. |
IRange |
IPivotTable.getDataBodyRange()
Returns a Range object that represents the range that contains the data area
in the list between the header row and the insert row.
|
IRange |
ITable.getDataRange()
Returns the
IRange object that represents the range that contains the
data area in the table between the header row and the insert row. |
IRange |
IRange.getEntireColumn()
Returns a new instance of
IRange which represents the same range of
cells, but expanded to include all rows. |
IRange |
IRange.getEntireMergeArea()
Returns an
IRange representing the area of the current range which is
iteratively grown as needed until it includes no partial merged cells. |
IRange |
IRange.getEntireRow()
Returns a new instance of
IRange which represents the same range of
cells, but expanded to include all columns. |
IRange |
ITable.getHeaderRange()
Returns the
IRange object that represents the range of the header row
for a table. |
IRange |
SortFieldBase.getKey()
Specifies the column index.
|
IRange |
SortFieldBase.getKey()
Specifies the column index.
|
IRange |
ISortField.getKey()
Gets the sort range.
|
IRange |
IVPageBreak.getLocation()
Returns or sets the range that defines the page-break location.
|
IRange |
IHPageBreak.getLocation()
Returns or sets the range that defines the page-break location.
|
IRange |
ISparkline.getLocation()
Gets or sets the location of a single sparkline.
|
IRange |
ISparklineGroup.getLocation()
Gets the
IRange object that represents the location of the sparkline
group. |
IRange |
IRange.getMergeArea()
Returns an
IRange representing the merged range containing the
specified cell. |
IRange |
IPivotTable.getPageRange()
Returns a Range object that represents the range that contains the page
area in the PivotTable report.
|
IRange |
PageContentInfo.getRange()
Returns the range to be printed.
|
IRange |
RepeatSetting.getRange()
Returns an instance of IRange whose repeat settings are the same.
|
IRange |
RepeatSetting.getRange()
Returns an instance of IRange whose repeat settings are the same.
|
IRange |
PageContentInfo.getRange()
Returns the range to be printed.
|
IRange |
ITableRow.getRange()
Returns the
IRange object that represents the range to which the
specified list object applies. |
IRange |
RangeEventArgs.getRange()
Represents the
IRange of RangeEventArgs. |
IRange |
IHyperlink.getRange()
Returns the
IRange object that represents the range the specified
hyperlink is attached to. |
IRange |
IPivotCell.getRange()
Returns a Range object that represents the range the specified PivotCell applies to.
|
IRange |
ISort.getRange()
Gets the sort range.
|
IRange |
IAutoFilter.getRange()
Returns a Range object that represents the range to which the specified
autoFilter applies.
|
IRange |
ITableColumn.getRange()
Returns the
IRange object that represents the range to which the
specified list object in the above list applies. |
IRange |
ITable.getRange()
Returns the
IRange object that represents the range to which the
specified table object applies. |
IRange |
IWorksheet.getRange(int row,
int column)
Gets the
IRange object with the specified row and column. |
IRange |
IWorksheet.getRange(int row,
int column,
int rowCount,
int columnCount)
Gets the
IRange object with the specified row and column. |
IRange |
IWorksheet.getRange(java.lang.String reference)
Gets the
IRange object with the specified reference. |
IRange |
IPivotTable.getRowRange()
Returns a Range object that represents the range including the row area on
the PivotTable report.
|
IRange |
IWorksheet.getRows()
Returns the
IRange object that represents all the rows on the
specified worksheet. |
IRange |
IRange.getRows()
Returns the
IRange object that represents the rows in the specified
range. |
IRange |
IWorksheet.getSelection()
Gets the selection range.
|
IRange |
IPivotCache.getSourceData()
Gets the data source for the PivotTable report.
|
IRange |
IPivotTable.getTableRange1()
Returns a Range object that represents the range containing the entire
PivotTable report, but doesn’t include page fields.
|
IRange |
IPivotTable.getTableRange2()
Returns a Range object that represents the range containing the entire
PivotTable report, including page fields.
|
IRange |
ITableColumn.getTotal()
Returns the Total row for the
ITableColumn object. |
IRange |
ITable.getTotalsRange()
|
IRange |
IWorksheet.getUsedRange()
Gets the used range, its behavior is equivalent to getUsedRange(EnumSet.of(UsedRangeType.Axis, UsedRangeType.Data, UsedRangeType.Comment, UsedRangeType.Style, UsedRangeType.Merge))
|
IRange |
IWorksheet.getUsedRange(java.util.EnumSet<UsedRangeType> type) |
IRange |
IRange.specialCells(SpecialCellType type)
Gets a IRange object that represents all the cells that match the specified type and value.
|
IRange |
IRange.specialCells(SpecialCellType type,
SpecialCellsValue value)
Gets a IRange object that represents all the cells that match the specified type and value.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IRange> |
IRange.getDependents()
Gets the dependent ranges of the left top cell of the range.
|
java.util.List<IRange> |
IRange.getDependents(boolean includeIndirect)
Gets the dependent ranges of all the cells of the range.
|
java.util.List<IRange> |
IRange.getPrecedents()
Gets the precedent ranges of the left top cell of the range.
|
java.util.List<IRange> |
IRange.getPrecedents(boolean includeInDirect)
Gets the precedent ranges of all the cells of the range.
|
java.util.List<IRange> |
PrintManager.getPrintAreas(IWorksheet worksheet)
Returns the size in points of the paper.
|
java.util.List<IRange> |
PrintManager.getPrintAreas(IWorksheet worksheet)
Returns the size in points of the paper.
|
java.util.List<IRange> |
CalcReference.getRanges()
Get the all
IRange . |
java.util.List<IRange> |
CalcReference.getRanges()
Get the all
IRange . |
java.util.HashMap<java.lang.Double,IRange> |
SpecialCellsForTestingAdditionalResult.getSizeGroups() |
java.util.HashMap<SparklineGroupData,IRange> |
SpecialCellsForTestingAdditionalResult.getSparklineGroups() |
java.util.HashMap<StyleData,IRange> |
SpecialCellsForTestingAdditionalResult.getStyleGroups() |
| Modifier and Type | Method and Description |
|---|---|
IPivotTable |
IPivotTables.add(IPivotCache PivotCache,
IRange TableDestination)
Adds a new PivotTable report.
|
IPivotTable |
IPivotTables.add(IPivotCache PivotCache,
IRange TableDestination,
java.lang.String TableName)
Adds a new PivotTable report.
|
IVPageBreak |
IVPageBreaks.add(IRange before)
Adds a vertical page break within the print area.
|
IHPageBreak |
IHPageBreaks.add(IRange before)
Adds a horizontal page break within the print area.
|
ITable |
ITables.add(IRange range)
Creates a table that includes the specified range of cells and returns the
newly created object.
|
ITable |
ITables.add(IRange range,
boolean containsHeader)
Creates a table that includes the specified range of cells and returns the
newly created object.
|
IHyperlink |
IHyperlinks.add(IRange anchor,
java.lang.String address)
Adds a hyperlink to the specified range (
IHyperlink object). |
IHyperlink |
IHyperlinks.add(IRange anchor,
java.lang.String address,
java.lang.String subAddress,
java.lang.String screenTip,
java.lang.String textToDisplay)
Adds a hyperlink to the specified range (
IHyperlink object). |
IStyle |
IStyleCollection.add(java.lang.String name,
IRange baseOn)
|
void |
IRange.copy(IRange destination)
Copies the range to the specified range
|
void |
IRange.copy(IRange destination,
java.util.EnumSet<PasteType> pasteType)
Deprecated.
This method is no longer acceptable to compute time between versions.
Use |
void |
IRange.copy(IRange destination,
PasteOption pasteOption)
Copies the range to the specified range.
|
IPivotTable |
IPivotCache.createPivotTable(IRange TableDestination)
Creates a PivotTable report based on a PivotCache object.
|
IPivotTable |
IPivotCache.createPivotTable(IRange TableDestination,
java.lang.String TableName)
Creates a PivotTable report based on a PivotCache object.
|
void |
IRange.cut(IRange destination)
Cuts the range to the specified range.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Point location,
IRange range)
Draw the range data to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Point location,
IRange range)
Draw the range data to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Point location,
IRange range,
PdfSaveOptions options)
Draw the range data to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Point location,
IRange range,
PdfSaveOptions options)
Draw the range data to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
IRange range)
Draw the range data to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
IRange range)
Draw the range data to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
IRange range,
PdfSaveOptions options)
Draw the range data to the specific location in a specified pdf page.
|
void |
PrintManager.draw(PDDocument doc,
PDPage page,
Rectangle rect,
IRange range,
PdfSaveOptions options)
Draw the range data to the specific location in a specified pdf page.
|
IRange |
IRange.find(java.lang.Object what,
IRange after)
Finds specific information in a range.
|
IRange |
IRange.find(java.lang.Object what,
IRange after,
FindOptions options)
Finds specific information in a range.
|
java.lang.String |
IRange.generateGetPivotDataFunction(IRange destination)
Generate the corresponding function "GETPIVOTDATA" for the cells in the pivot table.
|
PageContentInfo |
PrintManager.generatePageContentInfo(IRange printArea,
Size availableSize,
int rowStart,
int columnStart,
boolean rowHeaderVisible,
boolean columnHeaderVisible)
Returns a PageContentInfo object.
|
PageContentInfo |
PrintManager.generatePageContentInfo(IRange printArea,
Size availableSize,
int rowStart,
int columnStart,
boolean rowHeaderVisible,
boolean columnHeaderVisible)
Returns a PageContentInfo object.
|
PageContentInfo |
PrintManager.generatePageContentInfo(IRange printArea,
Size availableSize,
int rowStart,
int columnStart,
boolean rowHeaderVisible,
boolean columnHeaderVisible,
double rowHeaderWidth,
int titleRowStart,
int titleRowEnd,
int tailRowStart,
int tailRowEnd,
int titleColumnStart,
int titleColumnEnd,
int tailColumnStart,
int tailColumnEnd,
double zoomFactor,
boolean ignoreRowPageBreaks)
Returns a PageContentInfo object.
|
PageContentInfo |
PrintManager.generatePageContentInfo(IRange printArea,
Size availableSize,
int rowStart,
int columnStart,
boolean rowHeaderVisible,
boolean columnHeaderVisible,
double rowHeaderWidth,
int titleRowStart,
int titleRowEnd,
int tailRowStart,
int tailRowEnd,
int titleColumnStart,
int titleColumnEnd,
int tailColumnStart,
int tailColumnEnd,
double zoomFactor,
boolean ignoreRowPageBreaks)
Returns a PageContentInfo object.
|
java.lang.String |
IRange.getAddress(boolean rowAbsolute,
boolean columnAbsolute,
ReferenceStyle referenceStyle,
IRange relativeTo)
Returns a String value that represents the range reference.
|
static Rectangle |
CellInfo.GetRangeBoundary(IRange range)
Gets the position and size (in pixels) of the specified range.
|
static Rectangle |
CellInfo.GetRangeBoundary(IRange range)
Gets the position and size (in pixels) of the specified range.
|
Size |
PrintManager.getSize(IRange range)
Returns the size of the range.
|
Size |
PrintManager.getSize(IRange range)
Returns the size of the range.
|
void |
ISparklineGroups.group(IRange Location)
Groups the selected sparklines.
|
boolean |
PrintManager.hasPrintContent(IRange range)
Returns whether there has content to print.
|
boolean |
PrintManager.hasPrintContent(IRange range)
Returns whether there has content to print.
|
java.util.List<PageInfo> |
PrintManager.paginate(IRange printArea)
Generate pagination information for the range.
|
java.util.List<PageInfo> |
PrintManager.paginate(IRange printArea)
Generate pagination information for the range.
|
void |
ITable.resize(IRange range)
The Resize method allows the
ITable object to be resized over a new
range. |
void |
IUniqueValues.setAppliesTo(IRange value)
Sets a Range object specifying the cell range to which the formatting rule is
applied.
|
void |
IColorScale.setAppliesTo(IRange value)
Sets a Range object that specifies the cell range to which the formatting
rule is applied.
|
void |
IAboveAverage.setAppliesTo(IRange value)
Sets a range object specifying the cell range to which the formatting rule is
applied.
|
void |
IIconSetCondition.setAppliesTo(IRange value)
Sets a Range object that specifies the cell range to which the formatting
rule is applied.
|
void |
ITop10.setAppliesTo(IRange value)
Sets the
IRange object that specifies the cell range to which the
formatting rule is applied. |
void |
IDataBar.setAppliesTo(IRange value)
Sets a Range object that specifies the cell range to which the formatting
rule is applied.
|
void |
IFormatCondition.setAppliesTo(IRange value)
Sets the
IRange object that specifies the cell range to which the
formatting rule is applied. |
void |
ISparkline.setLocation(IRange value)
Sets the location of a single sparkline.
|
void |
ISparklineGroup.setLocation(IRange value)
Sets the
IRange object that represents the location of the sparkline
group. |
void |
PageContentInfo.setRange(IRange value)
Sets the range to be printed.
|
void |
RepeatSetting.setRange(IRange value)
Sets an instance of IRange whose repeat settings are the same.
|
void |
RepeatSetting.setRange(IRange value)
Sets an instance of IRange whose repeat settings are the same.
|
void |
PageContentInfo.setRange(IRange value)
Sets the range to be printed.
|
void |
ISort.setRange(IRange value)
Sets the sort range.
|
void |
IPivotCache.setSourceData(IRange value)
Sets the data source for the PivotTable report.
|
void |
IRange.sort(IRange key,
SortOrder order,
SortOrientation orientation)
Sorts the cells represented by this range according to the specified options.
|
void |
IRange.sort(IRange key,
SortOrder order,
SortOrientation orientation,
boolean caseSensitive)
Sorts the cells represented by this range according to the specified options.
|
void |
PageContentInfo.updateRange(WorksheetCache worksheetCache,
IRange printArea,
int rowStart,
int columnStart,
Size availableSize) |
void |
PageContentInfo.updateRange(WorksheetCache worksheetCache,
IRange printArea,
int rowStart,
int columnStart,
Size availableSize) |
void |
PageContentInfo.updateRange(WorksheetCache worksheetCache,
IRange printArea,
int rowStart,
int columnStart,
Size availableSize,
boolean ignoreRowPageBreaks) |
void |
PageContentInfo.updateRange(WorksheetCache worksheetCache,
IRange printArea,
int rowStart,
int columnStart,
Size availableSize,
boolean ignoreRowPageBreaks) |
void |
PageContentInfo.updateRange(WorksheetCache worksheetCache,
IRange printArea,
int rowStart,
int columnStart,
Size availableSize,
boolean ignoreRowPageBreaks,
boolean ignoreColumnPageBreaks)
Updates the Range of the current ColumnPageContentInfo.
|
void |
PageContentInfo.updateRange(WorksheetCache worksheetCache,
IRange printArea,
int rowStart,
int columnStart,
Size availableSize,
boolean ignoreRowPageBreaks,
boolean ignoreColumnPageBreaks)
Updates the Range of the current ColumnPageContentInfo.
|
void |
PageContentInfo.updateRange(WorksheetCache worksheetCache,
IRange printArea,
int rowStart,
int columnStart,
Size availableSize,
boolean ignoreRowPageBreaks,
boolean ignoreColumnPageBreaks,
boolean extend) |
void |
PageContentInfo.updateRange(WorksheetCache worksheetCache,
IRange printArea,
int rowStart,
int columnStart,
Size availableSize,
boolean ignoreRowPageBreaks,
boolean ignoreColumnPageBreaks,
boolean extend) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
PrintManager.GetPaginationInfo(IWorksheet worksheet,
PaginationOrientation orientation,
java.util.List<IRange> keepTogetherRanges,
java.util.List<RepeatSetting> repeatSettings)
Returns an array of row or column indexes which represents the page boundaries for vertical or horizontal paging.
|
java.util.List<java.lang.Integer> |
PrintManager.GetPaginationInfo(IWorksheet worksheet,
PaginationOrientation orientation,
java.util.List<IRange> keepTogetherRanges,
java.util.List<RepeatSetting> repeatSettings)
Returns an array of row or column indexes which represents the page boundaries for vertical or horizontal paging.
|
java.util.List<PageInfo> |
PrintManager.paginate(IWorksheet worksheet,
java.util.List<IRange> keepTogetherRanges,
java.util.List<RepeatSetting> repeatSettings)
Generate pagination information for the worksheet.
|
java.util.List<PageInfo> |
PrintManager.paginate(IWorksheet worksheet,
java.util.List<IRange> keepTogetherRanges,
java.util.List<RepeatSetting> repeatSettings)
Generate pagination information for the worksheet.
|
void |
SpecialCellsForTestingAdditionalResult.setSizeGroups(java.util.HashMap<java.lang.Double,IRange> sizeGroups) |
void |
SpecialCellsForTestingAdditionalResult.setSparklineGroups(java.util.HashMap<SparklineGroupData,IRange> sparklineGroups) |
void |
SpecialCellsForTestingAdditionalResult.setStyleGroups(java.util.HashMap<StyleData,IRange> styleGroups) |
| Constructor and Description |
|---|
CellColorSortField(IRange key,
IInterior interior)
Sorts the interior based on color.
|
CellColorSortField(IRange key,
IInterior interior)
Sorts the interior based on color.
|
CellColorSortField(IRange key,
IInterior interior,
SortOrder order) |
CellColorSortField(IRange key,
IInterior interior,
SortOrder order) |
ExcelRange(IRange range) |
FontColorSortField(IRange key,
Color color)
Sorts the font color.
|
FontColorSortField(IRange key,
Color color)
Sorts the font color.
|
FontColorSortField(IRange key,
Color color,
SortOrder order) |
FontColorSortField(IRange key,
Color color,
SortOrder order) |
IconSortField(IRange key,
IIcon icon)
Sorts the icon.
|
IconSortField(IRange key,
IIcon icon)
Sorts the icon.
|
IconSortField(IRange key,
IIcon icon,
SortOrder order) |
IconSortField(IRange key,
IIcon icon,
SortOrder order) |
RangeEventArgs(IRange range)
Represents the construction.
|
ValueSortField(IRange key)
Specifies the normal construct method.
|
ValueSortField(IRange key)
Specifies the normal construct method.
|
ValueSortField(IRange key,
SortOrder order)
Specifies the normal construct method.
|
ValueSortField(IRange key,
SortOrder order)
Specifies the normal construct method.
|
ValueSortField(IRange key,
java.lang.String customValues)
Specifies the custom sort construct method.
|
ValueSortField(IRange key,
java.lang.String customValues)
Specifies the custom sort construct method.
|
| Modifier and Type | Method and Description |
|---|---|
IRange |
IShape.getBottomRightCell()
Returns the
IRange object that represents the cell that lies under
the lower-right corner of the object. |
IRange |
IShape.getTopLeftCell()
Returns the
IRange object that represents the cell that lies under
the upper-left corner of the specified object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ISeriesCollection.add(IRange source)
Adds one or more new series to the
ISeriesCollection collection. |
void |
ISeriesCollection.add(IRange source,
RowCol rowCol)
Adds one or more new series to the
ISeriesCollection collection. |
void |
ISeriesCollection.add(IRange source,
RowCol rowCol,
boolean seriesLabels,
boolean categoryLabels)
Adds one or more new series to the
ISeriesCollection collection. |
void |
ISeriesCollection.extend(IRange source,
RowCol rowcol,
boolean categoryLabels)
Adds new data points to an existing series collection.
|
void |
IChart.setSourceData(IRange source)
Sets the source data range for the chart.
|
void |
IChart.setSourceData(IRange source,
RowCol plotBy)
Sets the source data range for the chart.
|
| Modifier and Type | Method and Description |
|---|---|
IRange |
IControl.getBottomRightCell()
Gets the bottom right cell of this control.
|
IRange |
ISelector.getItemsSourceRange()
Represents the items source of this control.
|
IRange |
ICellLinkControl.getLinkedCell()
Gets a cell reference to bind the
Value property and the
IRange.Value property of a cell
with the two-way binding mode
This property doesn't handle #REF! errors. |
IRange |
IControl.getTopLeftCell()
Gets the top left cell of this control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISelector.setItemsSourceRange(IRange value)
Represents the items source of this control.
|
void |
ICellLinkControl.setLinkedCell(IRange value)
Sets a cell reference to bind the
Value property and the
IRange.Value property of a cell
with the two-way binding mode
This property doesn't handle #REF! errors. |
| Modifier and Type | Method and Description |
|---|---|
IRange |
IWorksheetForDrawing.cellRectsToRange(CellRect rect) |
IRange |
IWorksheetForDrawing.cellRectsToRange(java.util.List<CellRect> rects) |
IRange |
IWorksheetForDrawing.getCells() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CellRect> |
IWorksheetForDrawing.rangeToCellRects(IRange range) |