New to Telerik Document ProcessingStart a free 30-day trial

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: IDisposable

Methods

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

C#
public void Dispose()

Implements: IDisposable.Dispose()

Disposes the specified clean up managed resources.

C#
protected virtual void Dispose(bool cleanUpManagedResources)
Parameters:cleanUpManagedResourcesbool

The clean up managed resources.

Properties

Returns the bounding range of cells included in this fragment.

C#
public CellRange CellRange { get; }
Property Value:

The cell range of the fragment.

Returns the temporary workbook holding the fragment's data during copy/paste operations.

C#
public Workbook Workbook { get; }
Property Value:

The workbook.

Returns the temporary worksheet holding the fragment's cell data and properties.

C#
public Worksheet Worksheet { get; }
Property Value:

The worksheet.