Interface IRadSpreadsheetEditor
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadSpreadsheetEditor : IControl, IFrameworkElement, ITargetElement
Properties
CellBordersLayer
CellEditor
CellFillLayer
CellInputLayer
CellValuesLayer
ColumnHeadingMarginLayer
GridLinesLayer
LeftMarginsPanel
NormalWorksheetEditorPresenter
Declaration
FrameworkElement NormalWorksheetEditorPresenter { get; }
Property Value
ResizeDecorationLayer
RowHeadingMarginLayer
SelectionLayer
SpreadsheetCanvas
TopMarginsPanel
Methods
AddCellToSelection(Int32, Int32)
Declaration
bool AddCellToSelection(int row, int column)
Parameters
System.
|
System.
|
Returns
System.
|
AddRegionToSelection(Int32, Int32, Int32, Int32)
Declaration
bool AddRegionToSelection(int fromCellRow, int fromCellColumn, int toCellRow, int toCellColumn)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
ClearValueInCell(Int32, Int32)
Declaration
bool ClearValueInCell(int row, int column)
Parameters
System.
|
System.
|
Returns
System.
|
Copy()
Declaration
void Copy()
Cut()
Declaration
void Cut()
EnterValueInCell(String, Int32, Int32)
Declaration
bool EnterValueInCell(string text, int row, int column)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
GetVisualCell(Int32, Int32)
Declaration
IVisualCell GetVisualCell(int row, int column)
Parameters
System.
|
System.
|
Returns
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.
|
System.
|
Returns
System.
|
SelectCell(Int32, Int32)
Declaration
bool SelectCell(int row, int column)
Parameters
System.
|
System.
|
Returns
System.
|
SelectRegion(Int32, Int32, Int32, Int32)
Declaration
bool SelectRegion(int fromCellRow, int fromCellColumn, int toCellRow, int toCellColumn)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
TypeValueInCell(String, Int32, Int32)
Declaration
bool TypeValueInCell(string text, int row, int column)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|