Package | Description |
---|---|
com.hfg.xml.msoffice2003.spreadsheetml |
The classes in this package can be used to construct simple Microsoft Office 2003 Excel spreadsheets in an object-oriented fashion.
|
Modifier and Type | Method and Description |
---|---|
ExcelWorksheetOptions |
ExcelWorksheet.addWorksheetOptions() |
ExcelWorksheetOptions |
ExcelWorksheetOptions.freezePane(int inRowIndex,
int inColumnIndex)
Freezes the region above and to the left of the selected cell.
|
ExcelWorksheetOptions |
ExcelWorksheetOptions.freezePaneAboveRow(int inRowIndex) |
ExcelWorksheetOptions |
ExcelWorksheetOptions.freezePaneLeftOfColumn(int inColumnIndex) |
ExcelWorksheetOptions |
ExcelWorksheetOptions.setSelected(boolean inValue) |
jataylor@hairyfatguy.com