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
FrameworkElement
|
ResizeDecorationLayer
RowHeadingMarginLayer
SelectionLayer
SpreadsheetCanvas
TopMarginsPanel
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
|