jhjk ok
| Method Summary | |
|---|---|
| void |
Adds a cell to this sheet The RowsExceededException may be caught if client code wishes to explicitly trap the case where too many rows have been written to the current sheet. |
| void |
Adds the specified hyperlink. |
| void |
Adds an image to the sheet |
| void |
Forces a page break at the specified row |
| WritableImage |
Accessor for the image |
| int |
Accessor for the number of images on the sheet |
| WritableCell |
Gets the writable cell from this sheet. |
| WritableCell |
Returns the cell for the specified location eg. |
| WritableHyperlink[] |
Gets the writable hyperlinks from this sheet. |
| void |
Inserts a blank column into this spreadsheet. |
| void |
Inserts a blank row into this spreadsheet. |
| Range |
Merges the specified cells. |
| void |
Removes a column from this spreadsheet. |
| void |
Removes the specified hyperlink. |
| void |
Removes the specified hyperlink. |
| void |
Removes the specified image from the sheet. |
| void |
Removes a row from this spreadsheet. |
| void |
Sets the width of the column on this sheet, in characters. |
| void |
Sets the width and style of every cell in the specified column. |
| void |
Sets the view for this column |
| void |
Sets the footer for this page |
| void |
Sets the header for this page |
| void |
Indicates whether or not this sheet is hidden |
| void |
Sets the name of this sheet |
| void |
Sets the page setup details |
| void |
Sets the page setup details |
| void |
Sets the page setup details |
| void |
Indicates whether or not this sheet is protected |
| void |
Sets the height of the specified row, as well as its collapse status |
| void |
Sets the properties of the specified row |
| void |
Sets the height of the specified row, as well as its collapse status |
| void |
Unmerges the specified cells. |
test comment
public
int
getNumberOfImages
(
)
public
void
insertColumn
(
int
col
)
public
void
insertRow
(
int
row
)
public
void
removeColumn
(
int
col
)
public
void
removeRow
(
int
row
)
public
void
setColumnView
(
int
col,
int
width
)
public
void
setHidden
(
boolean
hidden
)
public
void
setProtected
(
boolean
prot
)