New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public abstract class WorksheetEntityBase

Inheritance: objectWorksheetEntityBase

Derived Classes: CellsRowsColumnsBase

Constructors

Initializes a new instance of the WorksheetEntityBase class.

C#
protected WorksheetEntityBase(Worksheet worksheet)
Parameters:worksheetWorksheet

The worksheet.

Properties

Returns the worksheet that owns this entity.

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

The worksheet.