ClassWorksheetEntityBase
Class
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:
Constructors
WorksheetEntityBase(Worksheet)
Initializes a new instance of the WorksheetEntityBase class.
Declaration
cs-api-definition
protected WorksheetEntityBase(Worksheet worksheet)
Parameters
worksheet
The worksheet.