WorksheetFragment
Class
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:
C#
public class WorksheetFragment : IDisposable
Inheritance: objectWorksheetFragment
Implements:
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
C#
public void Dispose()
Implements:
Disposes the specified clean up managed resources.
C#
protected virtual void Dispose(bool cleanUpManagedResources)
The clean up managed resources.
Properties
Returns the bounding range of cells included in this fragment.
C#
public CellRange CellRange { get; }
The cell range of the fragment.
Returns the temporary workbook holding the fragment's data during copy/paste operations.
C#
public Workbook Workbook { get; }
The workbook.