| Package | Description |
|---|---|
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
ColHandle |
WorkSheetHandle.addCol(int colNum)
adds the column (col1st, colLast) and returns the new ColHandle
|
ColHandle |
WorkSheetHandle.addCol(int c1st,
int clast)
Deprecated.
use addCol(int)
|
ColHandle |
CellHandle.getCol()
Returns the ColHandle for the Cell.
|
ColHandle |
WorkSheet.getCol(int clnum)
returns the Column at the index position
|
ColHandle |
WorkSheetHandle.getCol(int clnum)
returns the ColHandle for the column at index position the column index is
zero based ie: column A = 0
|
ColHandle |
WorkSheet.getCol(String name)
returns the Column at the named position
|
ColHandle |
WorkSheetHandle.getCol(String name)
returns the Column at the named position
|
ColHandle[] |
CellRange.getCols()
Returns an array of Columns (ColHandles) referenced by this CellRange
|
ColHandle[] |
WorkSheet.getColumns()
returns all of the Columns in this WorkSheet
|
ColHandle[] |
WorkSheetHandle.getColumns()
returns all of the Columns in this WorkSheet
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormatHandle.setColHandle(ColHandle c)
Set a column handle on this format handle, so all changes applied to this
format will be applied to the entire column
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.