Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static ExcelColumn |
ExcelColumn.create(ExcelWorksheet parent,
int index)
Deprecated.
This method is internal and should not be used.
|
ExcelColumn |
ExcelColumnCollection.get(int index)
Gets the column with the specified index.
|
ExcelColumn |
ExcelCell.getColumn()
Gets column of the cell.
|
ExcelColumn |
AnchorCell.getColumn()
Gets the column for the anchor cell.
|
ExcelColumn |
ExcelWorksheet.getColumn(int index)
Gets the column with the specified index from this worksheet.
|
ExcelColumn |
ExcelWorksheet.getColumn(String name)
Gets the column with the specified name from this worksheet.
|
ExcelColumn |
HtmlExportPosition.getSheetColumn()
Gets the current sheet column.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelColumnCollection.insertCopy(int columnIndex,
ExcelColumn sourceColumn)
Inserts copied column at the specified index.
|
void |
ExcelColumnCollection.insertCopy(int columnIndex,
int columnCount,
ExcelColumn sourceColumn)
Inserts specified number of copied columns at the specified index.
|
void |
ExcelColumnCollection.insertInternal(int columnIndex,
int columnCount,
ExcelColumn sourceColumn,
boolean copyFormatOnly)
Deprecated.
This method is internal and should not be used.
|
void |
AnchorCell.setColumn(ExcelColumn column)
Sets the column for the anchor cell.
|
void |
NamedRangeCollection.setPrintTitles(ExcelColumn startColumn,
int numberOfColumns)
Sets print titles (columns to repeat at left).
|
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 d.o.o. — All rights reserved.