MindFusion.Wpf Pack Programmer's Guide
Worksheet Methods
 


 Public Methods

  Name Description

BeginInit

Signals the worksheet to enter an initialization state. To exit the initialization state, call EndInit.

Clear

Clears the entire content of the worksheet.

Copy

Overloaded. Copies this worksheet to another workbook.

CopyData

Copies the data in the specified range and returns an object identifying the copied data.

CopyStyles

Copies the styles in the specified range and returns an object identifying the copied styles.

EndInit

Signals the worksheet that initialization is complete. To enter initialization state, call BeginInit.

GetMergedCell

Overloaded. Gets the merged cell containing the specified cell.

Merge

Overloaded. Merges the cells in a specified range into a single cell.

Move

Overloaded. Moves this worksheet to another workbook.

PasteData

Pastes the data identified by the specified object at the specified location. The data in the target range is discarded.

PasteStyles

Pastes the styles identified by the specified object at the specified location. The style information in the target range is discarded.

Sort

Sorts the data in the specified range according to the specified criteria.

ToString

Object.ToString override.

Unmerge

Overloaded. Unmerges all merged cells intersecting with a specified range.

 Protected Methods

  Name Description

OnCellChanged

Raises the CellChanged event.

OnCellChanging

Raises the CellChanging event.

OnCellsCleared

Raises the CellsCleared event.

OnColumnChanged

Raises the ColumnChanged event.

OnPropertyChanged

Raises the PropertyChanged event.

OnPropertyValueChanged

Raises the PropertyValueChanged event.

OnRowChanged

Raises the RowChanged event.

OnValidationFailed

Raises the ValidationFailed event.

 See Also

Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace