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 jQuery UI for Angular UI for React UI for Vue 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 Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
  • 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 RowColumnSelectionBase

Provides base for the row and column selection classes.

Inheritance
System.Object
SelectionBase
RowColumnSelectionBase
ColumnSelection
RowSelection
Inherited Members
SelectionBase.BeginUpdate()
SelectionBase.EndUpdate()
SelectionBase.ExecuteForEachRangeInsideBeginEndUpdate(Action<CellRange>)
SelectionBase.ExecuteForEachRangeInsideBeginEndUpdate(IEnumerable<CellRange>, Action<CellRange>, Predicate<CellRange>)
SelectionBase.ExecuteForEachRange(Action<CellRange>)
SelectionBase.ExecuteForEachRange(IEnumerable<CellRange>, Action<CellRange>, Predicate<CellRange>)
SelectionBase.GetPropertyValue<T>(Func<CellRange, RangePropertyValue<T>>, IEnumerable<CellRange>, T)
SelectionBase.GetTopLeftCellIndex()
SelectionBase.Clear(ClearType)
SelectionBase.GetFormat()
SelectionBase.SetFormat(CellValueFormat)
SelectionBase.ClearFormat()
SelectionBase.GetStyleName()
SelectionBase.SetStyleName(String)
SelectionBase.ClearStyleName()
SelectionBase.GetFill()
SelectionBase.SetFill(IFill)
SelectionBase.ClearFill()
SelectionBase.GetFontFamily()
SelectionBase.SetFontFamily(ThemableFontFamily)
SelectionBase.ClearFontFamily()
SelectionBase.GetFontSize()
SelectionBase.SetFontSize(Double)
SelectionBase.ClearFontSize()
SelectionBase.GetIsBold()
SelectionBase.SetIsBold(Boolean)
SelectionBase.ClearIsBold()
SelectionBase.GetIsItalic()
SelectionBase.SetIsItalic(Boolean)
SelectionBase.ClearIsItalic()
SelectionBase.GetUnderline()
SelectionBase.SetUnderline(UnderlineType)
SelectionBase.ClearUnderline()
SelectionBase.GetForeColor()
SelectionBase.SetForeColor(ThemableColor)
SelectionBase.ClearForeColor()
SelectionBase.GetHorizontalAlignment()
SelectionBase.SetHorizontalAlignment(RadHorizontalAlignment)
SelectionBase.ClearHorizontalAlignment()
SelectionBase.GetVerticalAlignment()
SelectionBase.SetVerticalAlignment(RadVerticalAlignment)
SelectionBase.ClearVerticalAlignment()
SelectionBase.GetIndent()
SelectionBase.SetIndent(Int32)
SelectionBase.ClearIndent()
SelectionBase.IncreaseIndent()
SelectionBase.DecreaseIndent()
SelectionBase.GetIsWrapped()
SelectionBase.SetIsWrapped(Boolean)
SelectionBase.ClearIsWrapped()
SelectionBase.GetTextRotation()
SelectionBase.SetTextRotation(Int32)
SelectionBase.ClearTextRotation()
SelectionBase.GetBorders()
SelectionBase.SetBorders(CellBorders)
SelectionBase.ClearBorders()
SelectionBase.GetIsLocked()
SelectionBase.SetIsLocked(Boolean)
SelectionBase.ClearIsLocked()
SelectionBase.CellRanges
SelectionBase.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 RowColumnSelectionBase : SelectionBase

Methods

ClearOutlineLevel()

Clears the outline level.

Declaration
public void ClearOutlineLevel()

GetFromToIndexFromRange(CellRange, out Int32, out Int32)

Gets from to index from range.

Declaration
protected abstract void GetFromToIndexFromRange(CellRange cellRange, out int fromIndex, out int toIndex)
Parameters
CellRange cellRange

The cell range.

System.Int32 fromIndex

From index.

System.Int32 toIndex

To index.

GetOutlineLevel()

Gets the outline level.

Declaration
public abstract RangePropertyValue<int> GetOutlineLevel()
Returns
RangePropertyValue<System.Int32>

The outline level.

GetPropertyValue<T>(IPropertyDefinition<T>)

Gets the property value.

Declaration
protected RangePropertyValue<T> GetPropertyValue<T>(IPropertyDefinition<T> property)
Parameters
IPropertyDefinition<T> property

The property.

Returns
RangePropertyValue<T>

Type Parameters
T

The type of the T.

Group()

Groups the current selection. The selection cannot include multiple ranges.

Declaration
public bool Group()
Returns
System.Boolean

A value indicating whether at least part of the selection was grouped successfully.

SetOutlineLevel(Int32)

Sets the outline level.

Declaration
public void SetOutlineLevel(int value)
Parameters
System.Int32 value

The outline level.

Ungroup()

Ungroups the current selection. The selection cannot include multiple ranges.

Declaration
public bool Ungroup()
Returns
System.Boolean

A value indicating whether at least part of the selection was ungrouped successfully.

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.