public interface SRow extends CellStyleHolder
Modifier and Type | Method and Description |
---|---|
Iterator<SCell> |
getCellIterator() |
Iterator<SCell> |
getCellIterator(int start,
int end) |
int |
getHeight() |
int |
getIndex() |
SSheet |
getSheet() |
boolean |
isCustomHeight() |
boolean |
isHidden() |
boolean |
isNull() |
void |
setCustomHeight(boolean custom) |
void |
setHeight(int height) |
void |
setHidden(boolean hidden) |
getCellStyle, getCellStyle, setCellStyle
SSheet getSheet()
int getIndex()
boolean isNull()
int getHeight()
boolean isHidden()
boolean isCustomHeight()
void setHeight(int height)
void setHidden(boolean hidden)
void setCustomHeight(boolean custom)
custom
- TRUE, if the height is set by users and is not calculated by system automaticallyCopyright © 2020. All rights reserved.