Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static ExcelRow |
ExcelRow.create(ExcelWorksheet parent,
int index)
Deprecated.
This method is internal and should not be used.
|
ExcelRow |
ExcelRowCollection.get(int index)
Gets the row with the specified index.
|
ExcelRow |
ExcelCell.getRow()
Gets row of the cell.
|
ExcelRow |
AnchorCell.getRow()
Gets the row for the anchor cell.
|
ExcelRow |
ExcelWorksheet.getRow(int index)
Gets the row with the specified index from this worksheet.
|
ExcelRow |
ExcelWorksheet.getRow(String name)
Gets the row with the specified name from this worksheet.
|
ExcelRow |
HtmlExportPosition.getSheetRow()
Gets the current sheet row.
|
Modifier and Type | Method and Description |
---|---|
static ExcelCell |
ExcelCell.create(ExcelRow row,
int columnIndex)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelRowCollection.insertCopy(int rowIndex,
ExcelRow sourceRow)
Inserts copied row at the specified index.
|
void |
ExcelRowCollection.insertCopy(int rowIndex,
int rowCount,
ExcelRow sourceRow)
Inserts specified number of copied rows at the specified index.
|
void |
ExcelRowCollection.insertInternal(int rowIndex,
int rowCount,
ExcelRow sourceRow)
Deprecated.
This method is internal and should not be used.
|
boolean |
FilterColumnCollection.isMatch(ExcelRow row)
Deprecated.
This method is internal and should not be used.
|
void |
NamedRangeCollection.setPrintTitles(ExcelRow startRow,
int numberOfRows)
Sets print titles (rows to repeat at top).
|
void |
AnchorCell.setRow(ExcelRow row)
Sets the row for the anchor cell.
|
Constructor and Description |
---|
AnchorCell(ExcelColumn column,
ExcelRow row,
boolean topLeft)
Initializes a new instance of the
AnchorCell class. |
AnchorCell(ExcelColumn column,
ExcelRow row,
double columnOffset,
double rowOffset,
LengthUnit unit)
Initializes a new instance of the
AnchorCell class by using offset values in arbitrary length unit. |
AnchorCell(ExcelColumn column,
ExcelRow row,
long columnOffset,
long rowOffset)
Initializes a new instance of the
AnchorCell class by using offset values in EMU units (1 point = 12 700 EMU). |
HtmlExportPosition(CellRange range,
ExcelRow sheetRow,
ExcelColumn sheetColumn,
int htmlRowIndex,
int htmlColumnIndex)
Creates new HTML export position.
|
© GemBox Ltd. — All rights reserved.