Name | Description | |
---|---|---|
![]() |
Registers listener so that it will receive events from the worksheet. |
|
![]() |
Registers listener so that it will receive events from the worksheet. |
|
![]() |
Signals the worksheet to enter an initialization state. To exit the initialization state, call endInit. |
|
![]() |
Clears the entire content of the worksheet. |
|
![]() |
Overloaded. Copies this worksheet to another workbook. |
|
![]() |
Copies the data in the specified range and returns an object identifying the copied data. |
|
![]() |
Copies the styles in the specified range and returns an object identifying the copied styles. |
|
![]() |
Signals the worksheet that initialization is complete. To enter initialization state, call beginInit. |
|
![]() |
Gets an AutoFilter object if autofiltering is enabled; otherwise, null. |
|
![]() |
Gets a value indicating whether there is an active autofilter in the worksheet. |
|
![]() |
Gets an object that can be used to access and manipulate rectangular ranges of worksheet cells. |
|
![]() |
Gets an object that can be used to access worksheet cells by (column, row) index or by name. |
|
![]() |
Gets an object that can be used to insert, delete and modify worksheet columns. |
|
![]() |
Gets the default width of columns. |
|
![]() |
Gets the default height of rows. |
|
![]() |
Gets the Drawing object associated with the worksheet. |
|
![]() |
Gets the locale of the parent workbook. |
|
![]() |
Gets the maximum number of columns this worksheet will draw. |
|
![]() |
Gets the maximum number of rows this worksheet will draw. |
|
![]() |
Overloaded. Gets the merged cell containing a specified cell. |
|
![]() |
Gets a list with the currently merged cells. |
|
![]() |
Gets the name of the worksheet. |
|
![]() |
Gets an object that can be used to insert, delete and modify worksheet rows. |
|
![]() |
Gets the color of tab associated with this worksheet. |
|
![]() |
Gets a custom object associated with the worksheet. |
|
![]() |
Gets a value indicating whether this worksheet is visible. |
|
![]() |
Gets the zoom factor of the worksheet when displayed in a view. |
|
![]() |
Overloaded. Merges the cells in the specified range into a single cell. |
|
![]() |
Overloaded. Moves this worksheet to a specified workbook. |
|
![]() |
Pastes the data identified by the specified object at the specified location. The data in the target range is discarded. |
|
![]() |
Pastes the styles identified by the specified object at the specified location. The style information in the target range is discarded. |
|
![]() |
Unregisters listener so that it will no longer receive worksheet events. |
|
![]() |
Unregisters listener so that it will no longer receive worksheet events. |
|
![]() |
Sets a value indicating whether there is an active autofilter in the worksheet. |
|
![]() |
Sets the default width of columns. |
|
![]() |
Sets the default height of rows. |
|
![]() |
Sets the maximum number of columns this worksheet will draw. |
|
![]() |
Sets the maximum number of rows this worksheet will draw. |
|
![]() |
Sets the name of the worksheet. |
|
![]() |
Sets the color of tab associated with this worksheet. |
|
![]() |
Sets a custom object associated with the worksheet. |
|
![]() |
Sets a value indicating whether this worksheet is visible. |
|
![]() |
Sets the zoom factor of the worksheet when displayed in a view. |
|
![]() |
Sorts the data in the specified range according to the specified criteria. |
|
![]() |
|
|
![]() |
Overloaded. Unmerges all merged cells intersecting with the specified range. |
Name | Description | |
---|---|---|
![]() |
Raises the WorksheetListener.cellChanged event. |
|
![]() |
Raises the WorksheetListener.cellChangedPostCalc event. |
|
![]() |
Raises the WorksheetListener.cellChangedPreCalc event. |
|
![]() |
Raises the WorksheetListener.cellChanging event. |
|
![]() |
|
|
![]() |
Raises the WorksheetListener.cellsCleared event. |
|
![]() |
Raises the WorksheetListener.cellChanging event. |
|
![]() |
Raises the WorksheetListener.columnChanged event. |
|
![]() |
Raises the PropertyChangeListener.propertyChange event. |
|
![]() |
Raises the WorksheetListener.rowChanged event. |
|
![]() |
Raises the WorksheetListener.validationFailed event. |