ClassRadSpreadsheetEditor
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadSpreadsheetEditor : Control, IAutomationPeer, IPeerConverter, IRadSpreadsheetEditor, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadSpreadsheetEditor
Implements:
Inherited Members
Constructors
RadSpreadsheetEditor()
Declaration
public RadSpreadsheetEditor()
Properties
CellBordersLayer
Declaration
public FrameworkElement CellBordersLayer { get; }
Property Value
Implements
CellEditor
Declaration
public ITextBox CellEditor { get; }
Property Value
Implements
CellFillLayer
Declaration
public FrameworkElement CellFillLayer { get; }
Property Value
Implements
CellInputLayer
Declaration
public FrameworkElement CellInputLayer { get; }
Property Value
Implements
CellValuesLayer
Declaration
public FrameworkElement CellValuesLayer { get; }
Property Value
Implements
ColumnHeadingMarginLayer
Declaration
public FrameworkElement ColumnHeadingMarginLayer { get; }
Property Value
Implements
GridLinesLayer
Declaration
public FrameworkElement GridLinesLayer { get; }
Property Value
Implements
LeftMarginsPanel
Declaration
public FrameworkElement LeftMarginsPanel { get; }
Property Value
Implements
NormalWorksheetEditorPresenter
Declaration
public FrameworkElement NormalWorksheetEditorPresenter { get; }
Property Value
Implements
ResizeDecorationLayer
Declaration
public FrameworkElement ResizeDecorationLayer { get; }
Property Value
Implements
RowHeadingMarginLayer
Declaration
public FrameworkElement RowHeadingMarginLayer { get; }
Property Value
Implements
SelectionLayer
Declaration
public FrameworkElement SelectionLayer { get; }
Property Value
Implements
SpreadsheetCanvas
Declaration
public FrameworkElement SpreadsheetCanvas { get; }
Property Value
Implements
TopMarginsPanel
Declaration
public FrameworkElement TopMarginsPanel { get; }
Property Value
Implements
Methods
AddCellToSelection(int, int)
- KeyDown Shift
- Click the center of the visual cell
- KeyUp Shift
AddRegionToSelection(int, int, int, int)
- KeyDown Shift
- Drag from the center of the top-left visual cell to the center fo the bottom-right visual cell
- KeyUp Shift
ClearValueInCell(int, int)
- Click the center of the visual cell
- Press Delete Key
EnterValueInCell(string, int, int)
- Click the center of the visual cell
- Press F2 to enter edit mode
- TypeText in the opened CellEditor
- Press Enter
GetVisualCell(int, int)
Declaration
public IVisualCell GetVisualCell(int row, int column)
Parameters
row
column
Returns
Implements
PressShiftAndEnter()
- Press Return
Declaration
public void PressShiftAndEnter()
Implements
PressShiftAndTab()
- Press Shift | Tab
Declaration
public void PressShiftAndTab()
Implements
PutCellInEditMode(int, int)
- Click the center of the visual cell
- Press F2 to enter edit mode
SelectCell(int, int)
- Click the center of the visual cell
SelectRegion(int, int, int, int)
- Drag from the center of the top-left visual cell to the center fo the bottom-right visual cell
TypeValueInCell(string, int, int)
- Click the center of the visual cell
- Press F2 to enter edit mode
- TypeText in the opened CellEditor