RowsColumnsBase
Class
Abstract base class for row and column collections, providing shared insertion, removal, and property management functionality.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public abstract class RowsColumnsBase : WorksheetEntityBase
Inheritance: objectWorksheetEntityBaseRowsColumnsBase
Derived Classes:
Inherited Members
Methods
Checks whether the specified number of rows or columns can be inserted at the given index without exceeding worksheet capacity.
Removes a single row or column at the specified index, shifting remaining items.
Properties
Gets the worksheet's cell collection for coordinating row/column operations with cell data.
C#
protected Cells Cells { get; }
The cells.