Class RadSpreadsheetEditor
Inheritance
System.Object
RadSpreadsheetEditor
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadSpreadsheetEditor : Control, IAutomationPeer, IPeerConverter, IRadSpreadsheetEditor, IControl, IFrameworkElement, ITargetElement
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(Int32, Int32)
Declaration
public bool AddCellToSelection(int row, int column)
Parameters
System.
|
System.
|
Returns
System.
|
Implements
AddRegionToSelection(Int32, Int32, Int32, Int32)
Declaration
public bool AddRegionToSelection(int fromCellRow, int fromCellColumn, int toCellRow, int toCellColumn)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
Implements
ClearValueInCell(Int32, Int32)
Declaration
public bool ClearValueInCell(int row, int column)
Parameters
System.
|
System.
|
Returns
System.
|
Implements
Copy()
Cut()
EnterValueInCell(String, Int32, Int32)
Declaration
public bool EnterValueInCell(string text, int row, int column)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
Implements
GetVisualCell(Int32, Int32)
Declaration
public IVisualCell GetVisualCell(int row, int column)
Parameters
System.
|
System.
|
Returns
Implements
Paste()
PressEnter()
PressShiftAndEnter()
PressShiftAndTab()
PressTab()
PutCellInEditMode(Int32, Int32)
Declaration
public bool PutCellInEditMode(int row, int column)
Parameters
System.
|
System.
|
Returns
System.
|
Implements
SelectCell(Int32, Int32)
Declaration
public bool SelectCell(int row, int column)
Parameters
System.
|
System.
|
Returns
System.
|
Implements
SelectRegion(Int32, Int32, Int32, Int32)
Declaration
public bool SelectRegion(int fromCellRow, int fromCellColumn, int toCellRow, int toCellColumn)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
Implements
TypeValueInCell(String, Int32, Int32)
Declaration
public bool TypeValueInCell(string text, int row, int column)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|