Enum
RangeType

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:

cs-api-definition
public enum RangeType

Fields

CellsInColumn

Operation affects cells within specific columns, shifting vertically.

Declaration

cs-api-definition
CellsInColumn = 3

Field Value

RangeType

CellsInRow

Operation affects cells within specific rows, shifting horizontally.

Declaration

cs-api-definition
CellsInRow = 2

Field Value

RangeType

Columns

Operation affects entire columns across all rows.

Declaration

cs-api-definition
Columns = 1

Field Value

RangeType

Rows

Operation affects entire rows across all columns.

Declaration

cs-api-definition
Rows = 0

Field Value

RangeType

In this article
DefinitionFieldsCellsInColumnCellsInRowColumnsRows
Not finding the help you need?
Contact Support