InterfaceIRadSpreadsheetEditor
Interface
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadSpreadsheetEditor : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
CellBordersLayer
Declaration
cs-api-definition
FrameworkElement CellBordersLayer { get; }
Property Value
CellFillLayer
Declaration
cs-api-definition
FrameworkElement CellFillLayer { get; }
Property Value
CellInputLayer
Declaration
cs-api-definition
FrameworkElement CellInputLayer { get; }
Property Value
CellValuesLayer
Declaration
cs-api-definition
FrameworkElement CellValuesLayer { get; }
Property Value
ColumnHeadingMarginLayer
Declaration
cs-api-definition
FrameworkElement ColumnHeadingMarginLayer { get; }
Property Value
GridLinesLayer
Declaration
cs-api-definition
FrameworkElement GridLinesLayer { get; }
Property Value
LeftMarginsPanel
Declaration
cs-api-definition
FrameworkElement LeftMarginsPanel { get; }
Property Value
NormalWorksheetEditorPresenter
Declaration
cs-api-definition
FrameworkElement NormalWorksheetEditorPresenter { get; }
Property Value
ResizeDecorationLayer
Declaration
cs-api-definition
FrameworkElement ResizeDecorationLayer { get; }
Property Value
RowHeadingMarginLayer
Declaration
cs-api-definition
FrameworkElement RowHeadingMarginLayer { get; }
Property Value
SelectionLayer
Declaration
cs-api-definition
FrameworkElement SelectionLayer { get; }
Property Value
SpreadsheetCanvas
Declaration
cs-api-definition
FrameworkElement SpreadsheetCanvas { get; }
Property Value
TopMarginsPanel
Declaration
cs-api-definition
FrameworkElement TopMarginsPanel { get; }
Property Value
Methods
Copy()
Declaration
cs-api-definition
void Copy()
Cut()
Declaration
cs-api-definition
void Cut()
GetVisualCell(int, int)
Declaration
cs-api-definition
IVisualCell GetVisualCell(int row, int column)
Parameters
row
column
Returns
Paste()
Declaration
cs-api-definition
void Paste()
PressEnter()
Declaration
cs-api-definition
void PressEnter()
PressShiftAndEnter()
Declaration
cs-api-definition
void PressShiftAndEnter()
PressShiftAndTab()
Declaration
cs-api-definition
void PressShiftAndTab()
PressTab()
Declaration
cs-api-definition
void PressTab()