Name | Description | |
---|---|---|
![]() |
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. |
|
![]() |
Overloaded. Gets the merged cell containing the specified cell. |
|
![]() |
Overloaded. Merges the cells in a specified range into a single cell. |
|
![]() |
Overloaded. Moves this worksheet to another 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. |
|
![]() |
Sorts the data in the specified range according to the specified criteria. |
|
![]() |
Object.ToString override. |
|
![]() |
Overloaded. Unmerges all merged cells intersecting with a specified range. |
Name | Description | |
---|---|---|
![]() |
Raises the CellChanged event. |
|
![]() |
Raises the CellChanging event. |
|
![]() |
Raises the CellsCleared event. |
|
![]() |
Raises the ColumnChanged event. |
|
![]() |
Raises the PropertyChanged event. |
|
![]() |
Raises the PropertyValueChanged event. |
|
![]() |
Raises the RowChanged event. |
|
![]() |
Raises the ValidationFailed event. |