New to Telerik Document ProcessingStart a free 30-day trial

Defines the scope of a range insert or remove operation: entire rows, entire columns, or partial cells within rows or columns.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public enum RangeType

Fields

Operation affects cells within specific columns, shifting vertically.

C#
CellsInColumn = 3

Operation affects cells within specific rows, shifting horizontally.

C#
CellsInRow = 2

Operation affects entire columns across all rows.

C#
Columns = 1

Operation affects entire rows across all columns.

C#
Rows = 0
In this article
DefinitionFieldsCellsInColumnCellsInRowColumnsRows
Not finding the help you need?
Contact Support