Interface IRadWorksheetEditorPresenter
Represents RadWorksheetEditor presenter.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public interface IRadWorksheetEditorPresenter : IWorksheetPresenterBase
Properties
Owner
Gets or sets the owner.
Declaration
RadWorksheetEditor Owner { get; set; }
Property Value
Rad The owner. |
PointerHandlersController
Gets the pointer handlers controller.
Declaration
PointerHandlersController PointerHandlersController { get; }
Property Value
Pointer The pointer handlers controller. |
ScrollBarsProvider
Gets or sets the scroll bars provider.
Declaration
IScrollBarsProvider ScrollBarsProvider { get; set; }
Property Value
IScroll The scroll bars provider. |
ShouldShowSelectionMarkers
Gets the value indicating if should show selection markers.
Declaration
bool ShouldShowSelectionMarkers { get; }
Property Value
System. The value indicating if should show selection markers. |
Methods
BringIntoView(CellIndex)
Brings the into view.
Declaration
void BringIntoView(CellIndex cellIndex)
Parameters
Cell Index of the cell. |
Focus()
Focuses this instance.
Declaration
void Focus()
GetCellIndexFromViewPoint(Point)
Gets the cell index from view point.
Declaration
CellIndex GetCellIndexFromViewPoint(Point point)
Parameters
Point
point
The view point. |
Returns
Cell The cell index. |
GetDocumentPointFromViewPoint(Point)
Gets the document point from view point.
Declaration
Point GetDocumentPointFromViewPoint(Point point)
Parameters
Point
point
The view point. |
Returns
Point
The document point. |
GetNearestCellIndexFromViewPoint(Point)
Gets the nearest cell index from view point.
Declaration
CellIndex GetNearestCellIndexFromViewPoint(Point point)
Parameters
Point
point
The view point. |
Returns
Cell The nearest cell index. |
GetViewPointFromDocumentPoint(Point)
Gets the view point from document point.
Declaration
Point GetViewPointFromDocumentPoint(Point point)
Parameters
Point
point
The document point. |
Returns
Point
The view point. |
HideDropMarker()
Hides the drop marker.
Declaration
void HideDropMarker()
HideSelectionMarkers()
Hides the selection markers.
Declaration
void HideSelectionMarkers()
MoveDropMarker(CellIndex)
Moves the drop marker.
Declaration
void MoveDropMarker(CellIndex position)
Parameters
Cell The position. |
SetHorizontalOffset(Double)
Sets the horizontal offset.
Declaration
void SetHorizontalOffset(double offset)
Parameters
System. The offset. |
SetVerticalOffset(Double)
Sets the vertical offset.
Declaration
void SetVerticalOffset(double offset)
Parameters
System. The offset. |
ShowDropMarker(CellIndex)
Shows the drop marker.
Declaration
void ShowDropMarker(CellIndex position)
Parameters
Cell 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
Cell The desired index of the top left visible cell. |
Events
UIUpdated
Occurs when the UI is updated.
Declaration
event EventHandler<WorksheetUIUpdatedEventArgs> UIUpdated
Event Type
System.
|