InterfaceIRadWorksheetEditorPresenter
Represents RadWorksheetEditor presenter.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public interface IRadWorksheetEditorPresenter : IWorksheetPresenterBase
Inherited Members
Properties
Owner
Gets or sets the owner.
Declaration
RadWorksheetEditor Owner { get; set; }
Property Value
The owner.
PointerHandlersController
Gets the pointer handlers controller.
Declaration
PointerHandlersController PointerHandlersController { get; }
Property Value
The pointer handlers controller.
ScrollBarsProvider
Gets or sets the scroll bars provider.
Declaration
IScrollBarsProvider ScrollBarsProvider { get; set; }
Property Value
The scroll bars provider.
ShouldShowSelectionMarkers
Gets the value indicating if should show selection markers.
Declaration
bool ShouldShowSelectionMarkers { get; }
Property Value
The value indicating if should show selection markers.
Methods
BringIntoView(CellIndex)
Brings the into view.
Declaration
void BringIntoView(CellIndex cellIndex)
Parameters
cellIndex
Index of the cell.
GetCellIndexFromViewPoint(Point)
Gets the cell index from view point.
GetDocumentPointFromViewPoint(Point)
Gets the document point from view point.
GetNearestCellIndexFromViewPoint(Point)
Gets the nearest cell index from view point.
GetViewPointFromDocumentPoint(Point)
Gets the view point from document point.
HideSelectionMarkers()
Hides the selection markers.
Declaration
void HideSelectionMarkers()
MoveDropMarker(CellIndex)
Moves the drop marker.
Declaration
void MoveDropMarker(CellIndex position)
Parameters
position
The position.
SetHorizontalOffset(double)
Sets the horizontal offset.
Declaration
void SetHorizontalOffset(double offset)
Parameters
offset
The offset.
SetVerticalOffset(double)
Sets the vertical offset.
Declaration
void SetVerticalOffset(double offset)
Parameters
offset
The offset.
ShowDropMarker(CellIndex)
Shows the drop marker.
Declaration
void ShowDropMarker(CellIndex position)
Parameters
position
The position.
ShowSelectionMarkers()
Shows the selection markers.
Declaration
void ShowSelectionMarkers()
UpdateToViewWithTopLeftCellIndex(CellIndex)
Updates the view port so the top left cell index is the desired one.
Declaration
void UpdateToViewWithTopLeftCellIndex(CellIndex topLeftCellIndex)
Parameters
topLeftCellIndex
The desired index of the top left visible cell.
Events
UIUpdated
Occurs when the UI is updated.
Declaration
event EventHandler<WorksheetUIUpdatedEventArgs> UIUpdated
Event Value