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
Assembly: Telerik.WebAii.Controls.Xaml.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
FrameworkElement
|
Implements
CellEditor
CellFillLayer
Declaration
public FrameworkElement CellFillLayer { get; }
Property Value
FrameworkElement
|
Implements
CellInputLayer
Declaration
public FrameworkElement CellInputLayer { get; }
Property Value
FrameworkElement
|
Implements
CellValuesLayer
Declaration
public FrameworkElement CellValuesLayer { get; }
Property Value
FrameworkElement
|
Implements
ColumnHeadingMarginLayer
Declaration
public FrameworkElement ColumnHeadingMarginLayer { get; }
Property Value
FrameworkElement
|
Implements
GridLinesLayer
Declaration
public FrameworkElement GridLinesLayer { get; }
Property Value
FrameworkElement
|
Implements
LeftMarginsPanel
Declaration
public FrameworkElement LeftMarginsPanel { get; }
Property Value
FrameworkElement
|
Implements
NormalWorksheetEditorPresenter
Declaration
public FrameworkElement NormalWorksheetEditorPresenter { get; }
Property Value
FrameworkElement
|
Implements
ResizeDecorationLayer
Declaration
public FrameworkElement ResizeDecorationLayer { get; }
Property Value
FrameworkElement
|
Implements
RowHeadingMarginLayer
Declaration
public FrameworkElement RowHeadingMarginLayer { get; }
Property Value
FrameworkElement
|
Implements
SelectionLayer
Declaration
public FrameworkElement SelectionLayer { get; }
Property Value
FrameworkElement
|
Implements
SpreadsheetCanvas
Declaration
public FrameworkElement SpreadsheetCanvas { get; }
Property Value
FrameworkElement
|
Implements
TopMarginsPanel
Declaration
public FrameworkElement TopMarginsPanel { get; }
Property Value
FrameworkElement
|
Implements
Methods
AddCellToSelection(Int32, Int32)
Declaration
public bool AddCellToSelection(int row, int column)
Parameters
System.Int32
row
|
System.Int32
column
|
Returns
System.Boolean
|
Implements
AddRegionToSelection(Int32, Int32, Int32, Int32)
Declaration
public 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
|
Implements
ClearValueInCell(Int32, Int32)
Declaration
public bool ClearValueInCell(int row, int column)
Parameters
System.Int32
row
|
System.Int32
column
|
Returns
System.Boolean
|
Implements
Copy()
Cut()
EnterValueInCell(String, Int32, Int32)
Declaration
public bool EnterValueInCell(string text, int row, int column)
Parameters
System.String
text
|
System.Int32
row
|
System.Int32
column
|
Returns
System.Boolean
|
Implements
GetVisualCell(Int32, Int32)
Declaration
public IVisualCell GetVisualCell(int row, int column)
Parameters
System.Int32
row
|
System.Int32
column
|
Returns
IVisualCell
|
Implements
Paste()
PressEnter()
PressShiftAndEnter()
PressShiftAndTab()
PressTab()
PutCellInEditMode(Int32, Int32)
Declaration
public bool PutCellInEditMode(int row, int column)
Parameters
System.Int32
row
|
System.Int32
column
|
Returns
System.Boolean
|
Implements
SelectCell(Int32, Int32)
Declaration
public bool SelectCell(int row, int column)
Parameters
System.Int32
row
|
System.Int32
column
|
Returns
System.Boolean
|
Implements
SelectRegion(Int32, Int32, Int32, Int32)
Declaration
public 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
|
Implements
TypeValueInCell(String, Int32, Int32)
Declaration
public bool TypeValueInCell(string text, int row, int column)
Parameters
System.String
text
|
System.Int32
row
|
System.Int32
column
|
Returns
System.Boolean
|