skip navigation
  • Product Bundles

    DevCraft

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

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    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
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
  • Training
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
    • Trust Center
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Interface IRadSpreadsheetEditor

Inherited Members
IControl.IsEnabled
IFrameworkElement.CastAs<T>()
IFrameworkElement.Parent<T>()
IFrameworkElement.SetProxy(Boolean)
IFrameworkElement.SetUid(String)
IFrameworkElement.SetFindInfo(VisualFindInfo)
IFrameworkElement.SetXamlTag(String)
IFrameworkElement.AssignReference(AutomationReference)
IFrameworkElement.SetFocus()
IFrameworkElement.GetAutomationProperty(String)
IFrameworkElement.GetProperty<T>(String)
IFrameworkElement.GetPropertyTypeSafe(String)
IFrameworkElement.SetProperty(String, Object)
IFrameworkElement.User
IFrameworkElement.Find
IFrameworkElement.Wait
IFrameworkElement.Name
IFrameworkElement.AbsoluteSiblingTagIndex
IFrameworkElement.ActualWidth
IFrameworkElement.ActualHeight
IFrameworkElement.Text
IFrameworkElement.ToolTipText
IFrameworkElement.TextBlockContent
IFrameworkElement.TextLiteralContent
IFrameworkElement.ComputedVisibility
IFrameworkElement.Uid
ITargetElement.Match(IFindExpression)
ITargetElement.SetDepth(Int32)
ITargetElement.AddChildNode(ITargetElement)
ITargetElement.SetClosingTag(ITargetElement)
ITargetElement.GetChildren()
ITargetElement.GetParent()
ITargetElement.GetHostParent()
ITargetElement.SetParent(ITargetElement)
ITargetElement.Refresh()
ITargetElement.GetUniqueHashCode()
ITargetElement.GetRectangle()
ITargetElement.Capture()
ITargetElement.CaptureImage()
ITargetElement.GetStringPresentation()
ITargetElement.TechnologyType
ITargetElement.Depth
ITargetElement.IsTestRegion
ITargetElement.ParsedElement
ITargetElement.Host
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll

Syntax

public interface IRadSpreadsheetEditor : IControl, IFrameworkElement, ITargetElement

Properties

CellBordersLayer

Declaration
FrameworkElement CellBordersLayer { get; }
Property Value
FrameworkElement

CellEditor

Declaration
ITextBox CellEditor { get; }
Property Value
ITextBox

CellFillLayer

Declaration
FrameworkElement CellFillLayer { get; }
Property Value
FrameworkElement

CellInputLayer

Declaration
FrameworkElement CellInputLayer { get; }
Property Value
FrameworkElement

CellValuesLayer

Declaration
FrameworkElement CellValuesLayer { get; }
Property Value
FrameworkElement

ColumnHeadingMarginLayer

Declaration
FrameworkElement ColumnHeadingMarginLayer { get; }
Property Value
FrameworkElement

GridLinesLayer

Declaration
FrameworkElement GridLinesLayer { get; }
Property Value
FrameworkElement

LeftMarginsPanel

Declaration
FrameworkElement LeftMarginsPanel { get; }
Property Value
FrameworkElement

NormalWorksheetEditorPresenter

Declaration
FrameworkElement NormalWorksheetEditorPresenter { get; }
Property Value
FrameworkElement

ResizeDecorationLayer

Declaration
FrameworkElement ResizeDecorationLayer { get; }
Property Value
FrameworkElement

RowHeadingMarginLayer

Declaration
FrameworkElement RowHeadingMarginLayer { get; }
Property Value
FrameworkElement

SelectionLayer

Declaration
FrameworkElement SelectionLayer { get; }
Property Value
FrameworkElement

SpreadsheetCanvas

Declaration
FrameworkElement SpreadsheetCanvas { get; }
Property Value
FrameworkElement

TopMarginsPanel

Declaration
FrameworkElement TopMarginsPanel { get; }
Property Value
FrameworkElement

Methods

AddCellToSelection(Int32, Int32)

Declaration
bool AddCellToSelection(int row, int column)
Parameters
System.Int32 row

System.Int32 column

Returns
System.Boolean

AddRegionToSelection(Int32, Int32, Int32, Int32)

Declaration
bool AddRegionToSelection(int fromCellRow, int fromCellColumn, int toCellRow, int toCellColumn)
Parameters
System.Int32 fromCellRow

System.Int32 fromCellColumn

System.Int32 toCellRow

System.Int32 toCellColumn

Returns
System.Boolean

ClearValueInCell(Int32, Int32)

Declaration
bool ClearValueInCell(int row, int column)
Parameters
System.Int32 row

System.Int32 column

Returns
System.Boolean

Copy()

Declaration
void Copy()

Cut()

Declaration
void Cut()

EnterValueInCell(String, Int32, Int32)

Declaration
bool EnterValueInCell(string text, int row, int column)
Parameters
System.String text

System.Int32 row

System.Int32 column

Returns
System.Boolean

GetVisualCell(Int32, Int32)

Declaration
IVisualCell GetVisualCell(int row, int column)
Parameters
System.Int32 row

System.Int32 column

Returns
IVisualCell

Paste()

Declaration
void Paste()

PressEnter()

Declaration
void PressEnter()

PressShiftAndEnter()

Declaration
void PressShiftAndEnter()

PressShiftAndTab()

Declaration
void PressShiftAndTab()

PressTab()

Declaration
void PressTab()

PutCellInEditMode(Int32, Int32)

Declaration
bool PutCellInEditMode(int row, int column)
Parameters
System.Int32 row

System.Int32 column

Returns
System.Boolean

SelectCell(Int32, Int32)

Declaration
bool SelectCell(int row, int column)
Parameters
System.Int32 row

System.Int32 column

Returns
System.Boolean

SelectRegion(Int32, Int32, Int32, Int32)

Declaration
bool SelectRegion(int fromCellRow, int fromCellColumn, int toCellRow, int toCellColumn)
Parameters
System.Int32 fromCellRow

System.Int32 fromCellColumn

System.Int32 toCellRow

System.Int32 toCellColumn

Returns
System.Boolean

TypeValueInCell(String, Int32, Int32)

Declaration
bool TypeValueInCell(string text, int row, int column)
Parameters
System.String text

System.Int32 row

System.Int32 column

Returns
System.Boolean

Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • 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.