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