Class
WorksheetFragment

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:

cs-api-definition
public class WorksheetFragment : IDisposable

Inheritance: objectWorksheetFragment

Implements: IDisposable

Properties

CellRange

Returns the bounding range of cells included in this fragment.

Declaration

cs-api-definition
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

cs-api-definition
public Workbook Workbook { get; }

Property Value

Workbook

The workbook.

Worksheet

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

Declaration

cs-api-definition
public Worksheet Worksheet { get; }

Property Value

Worksheet

The worksheet.

Methods

Dispose()

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

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

Dispose(bool)

Disposes the specified clean up managed resources.

Declaration

cs-api-definition
protected virtual void Dispose(bool cleanUpManagedResources)

Parameters

cleanUpManagedResources

bool

The clean up managed resources.