Interface IWorksheetPresenterBase
Describes the members of the worksheet presenter classes.
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface IWorksheetPresenterBase
Properties
HorizontalOffset
Gets the horizontal offset.
Declaration
double HorizontalOffset { get; }
Property Value
System.Double
The horizontal offset. |
SheetViewport
Gets the sheet viewport.
Declaration
SheetViewport SheetViewport { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Layout.SheetViewport
The sheet viewport. |
UILayers
Gets the UI layers.
Declaration
UILayerStack<WorksheetUILayerBase> UILayers { get; }
Property Value
UILayerStack<WorksheetUILayerBase>
The UI layers. |
VerticalOffset
Gets the vertical offset.
Declaration
double VerticalOffset { get; }
Property Value
System.Double
The vertical offset. |
Methods
InvalidateLayout()
Invalidates the layout.
Declaration
void InvalidateLayout()
Events
SheetViewportChanged
Occurs when the SheetViewport is changed.
Declaration
event EventHandler SheetViewportChanged
Event Type
System.EventHandler
|