ClassWorksheetFragment
Encapsulates a copied range of cells and shapes for clipboard operations and paste actions with format options.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class WorksheetFragment : IDisposable
Inheritance: objectWorksheetFragment
Implements:
Properties
CellRange
Returns the bounding range of cells included in this fragment.
Declaration
public CellRange CellRange { get; }
Property Value
The cell range of the fragment.
Workbook
Returns the temporary workbook holding the fragment's data during copy/paste operations.
Declaration
public Workbook Workbook { get; }
Property Value
The workbook.
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
Dispose(bool)
Disposes the specified clean up managed resources.
Declaration
protected virtual void Dispose(bool cleanUpManagedResources)
Parameters
cleanUpManagedResources
The clean up managed resources.