Modifier and Type | Method and Description |
---|---|
Book |
getBook() |
List<Chart> |
getCharts() |
int |
getColumnFreeze()
Get number of column freeze of this sheet, 0 means no column freeze
|
int |
getColumnWidth(int column)
get column width in pixel
|
int |
getFirstColumn(int row)
Get the first column of row which contains data
|
int |
getFirstRow()
get the first row which contains data of this sheet
|
SSheet |
getInternalSheet()
get the internal model object to do advanced operation
Note : operate on internal object will not automatically update Spreadsheet |
int |
getLastColumn(int row)
Get the last column of row which contains data
|
int |
getLastRow()
get the last row which contains data of this sheet
|
List<Picture> |
getPictures() |
int |
getRowFreeze()
Get number of row freeze of this sheet, 0 means no row freeze
|
int |
getRowHeight(int row)
get row height in pixel
|
String |
getSheetName() |
Object |
getSync()
Gets the object for synchronized a sheet.
|
boolean |
isAutoFilterEnabled() |
boolean |
isColumnHidden(int column) |
boolean |
isDisplayGridlines() |
boolean |
isHidden()
Returns whether this sheet is hidden.
|
boolean |
isPrintGridlines() |
boolean |
isProtected() |
boolean |
isRowHidden(int row) |
boolean |
isVeryHidden()
Returns whether this sheet is very hidden.
|
SSheet getInternalSheet()
Book getBook()
Object getSync()
boolean isProtected()
boolean isAutoFilterEnabled()
boolean isDisplayGridlines()
boolean isRowHidden(int row)
boolean isColumnHidden(int column)
String getSheetName()
int getRowFreeze()
int getColumnFreeze()
boolean isPrintGridlines()
int getRowHeight(int row)
row
- int getColumnWidth(int column)
column
- int getFirstRow()
int getLastRow()
int getFirstColumn(int row)
row
- int getLastColumn(int row)
row
- boolean isHidden()
boolean isVeryHidden()
Copyright © 2020. All rights reserved.