RangeType
Enum
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