Interface
IRadSpreadsheetEditor

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadSpreadsheetEditor : IControl, IFrameworkElement, ITargetElement

Derived Classes: RadSpreadsheetEditorRadSpreadsheetEditor

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

CellBordersLayer

Declaration

cs-api-definition
FrameworkElement CellBordersLayer { get; }

Property Value

FrameworkElement

CellEditor

Declaration

cs-api-definition
ITextBox CellEditor { get; }

Property Value

ITextBox

CellFillLayer

Declaration

cs-api-definition
FrameworkElement CellFillLayer { get; }

Property Value

FrameworkElement

CellInputLayer

Declaration

cs-api-definition
FrameworkElement CellInputLayer { get; }

Property Value

FrameworkElement

CellValuesLayer

Declaration

cs-api-definition
FrameworkElement CellValuesLayer { get; }

Property Value

FrameworkElement

ColumnHeadingMarginLayer

Declaration

cs-api-definition
FrameworkElement ColumnHeadingMarginLayer { get; }

Property Value

FrameworkElement

GridLinesLayer

Declaration

cs-api-definition
FrameworkElement GridLinesLayer { get; }

Property Value

FrameworkElement

LeftMarginsPanel

Declaration

cs-api-definition
FrameworkElement LeftMarginsPanel { get; }

Property Value

FrameworkElement

NormalWorksheetEditorPresenter

Declaration

cs-api-definition
FrameworkElement NormalWorksheetEditorPresenter { get; }

Property Value

FrameworkElement

ResizeDecorationLayer

Declaration

cs-api-definition
FrameworkElement ResizeDecorationLayer { get; }

Property Value

FrameworkElement

RowHeadingMarginLayer

Declaration

cs-api-definition
FrameworkElement RowHeadingMarginLayer { get; }

Property Value

FrameworkElement

SelectionLayer

Declaration

cs-api-definition
FrameworkElement SelectionLayer { get; }

Property Value

FrameworkElement

SpreadsheetCanvas

Declaration

cs-api-definition
FrameworkElement SpreadsheetCanvas { get; }

Property Value

FrameworkElement

TopMarginsPanel

Declaration

cs-api-definition
FrameworkElement TopMarginsPanel { get; }

Property Value

FrameworkElement

Methods

AddCellToSelection(int, int)

Declaration

cs-api-definition
bool AddCellToSelection(int row, int column)

Parameters

row

int

column

int

Returns

bool

AddRegionToSelection(int, int, int, int)

Declaration

cs-api-definition
bool AddRegionToSelection(int fromCellRow, int fromCellColumn, int toCellRow, int toCellColumn)

Parameters

fromCellRow

int

fromCellColumn

int

toCellRow

int

toCellColumn

int

Returns

bool

ClearValueInCell(int, int)

Declaration

cs-api-definition
bool ClearValueInCell(int row, int column)

Parameters

row

int

column

int

Returns

bool

Copy()

Declaration

cs-api-definition
void Copy()

Cut()

Declaration

cs-api-definition
void Cut()

EnterValueInCell(string, int, int)

Declaration

cs-api-definition
bool EnterValueInCell(string text, int row, int column)

Parameters

text

string

row

int

column

int

Returns

bool

GetVisualCell(int, int)

Declaration

cs-api-definition
IVisualCell GetVisualCell(int row, int column)

Parameters

row

int

column

int

Returns

IVisualCell

Paste()

Declaration

cs-api-definition
void Paste()

PressEnter()

Declaration

cs-api-definition
void PressEnter()

PressShiftAndEnter()

Declaration

cs-api-definition
void PressShiftAndEnter()

PressShiftAndTab()

Declaration

cs-api-definition
void PressShiftAndTab()

PressTab()

Declaration

cs-api-definition
void PressTab()

PutCellInEditMode(int, int)

Declaration

cs-api-definition
bool PutCellInEditMode(int row, int column)

Parameters

row

int

column

int

Returns

bool

SelectCell(int, int)

Declaration

cs-api-definition
bool SelectCell(int row, int column)

Parameters

row

int

column

int

Returns

bool

SelectRegion(int, int, int, int)

Declaration

cs-api-definition
bool SelectRegion(int fromCellRow, int fromCellColumn, int toCellRow, int toCellColumn)

Parameters

fromCellRow

int

fromCellColumn

int

toCellRow

int

toCellColumn

int

Returns

bool

TypeValueInCell(string, int, int)

Declaration

cs-api-definition
bool TypeValueInCell(string text, int row, int column)

Parameters

text

string

row

int

column

int

Returns

bool