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