skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RowsColumnsBase

Provides bas for the Rows and Columns classes.

Inheritance
System.Object
WorksheetEntityBase
RowsColumnsBase
Columns
Rows
Inherited Members
WorksheetEntityBase.Worksheet
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll

Syntax

public abstract class RowsColumnsBase : WorksheetEntityBase

Properties

Cells

Gets the cells.

Declaration
protected Cells Cells { get; }
Property Value
Cells

The cells.

Count

Gets the row / column count.

Declaration
public abstract int Count { get; }
Property Value
System.Int32

The row / column count.

Methods

CanInsert(Int32, Int32)

Determines whether this instance can be inserted at the specified index.

Declaration
public abstract bool CanInsert(int index, int itemCount)
Parameters
System.Int32 index

The index.

System.Int32 itemCount

The item count.

Returns
System.Boolean

The value indicating whether this instance can be inserted at the specified index

Insert(Int32)

Inserts the item at the specified index.

Declaration
public bool Insert(int index)
Parameters
System.Int32 index

The index.

Returns
System.Boolean

The value indicating whether the insert command was successfully executed.

Insert(Int32, Int32)

Inserts the specified number of items at the specified index.

Declaration
public bool Insert(int index, int itemCount)
Parameters
System.Int32 index

The index.

System.Int32 itemCount

The item count.

Returns
System.Boolean

The value indicating whether the insert command was successfully executed.

InsertOverride(Int32, Int32)

Inserts the override.

Declaration
protected abstract bool InsertOverride(int index, int itemCount)
Parameters
System.Int32 index

The index.

System.Int32 itemCount

The item count.

Returns
System.Boolean

Remove(Int32)

Removes the item from the specified index.

Declaration
public void Remove(int index)
Parameters
System.Int32 index

The index.

Remove(Int32, Int32)

Removes the specified number of items from the specified index.

Declaration
public void Remove(int index, int itemCount)
Parameters
System.Int32 index

The index.

System.Int32 itemCount

The item count.

RemoveOverride(Int32, Int32)

Removes the override.

Declaration
protected abstract void RemoveOverride(int index, int itemCount)
Parameters
System.Int32 index

The index.

System.Int32 itemCount

The item count.

Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.