Class
WorksheetEntityBase

Abstract base for worksheet entities (cells, rows, columns) that share a common property system for formatting and styling.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public abstract class WorksheetEntityBase

Inheritance: objectWorksheetEntityBase

Derived Classes: CellsRowsColumnsBase

Constructors

WorksheetEntityBase(Worksheet)

Initializes a new instance of the WorksheetEntityBase class.

Declaration

cs-api-definition
protected WorksheetEntityBase(Worksheet worksheet)

Parameters

worksheet

Worksheet

The worksheet.

Properties

Worksheet

Returns the worksheet that owns this entity.

Declaration

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

Property Value

Worksheet

The worksheet.