Click or drag to resize

IWorksheetView Interface

Provides the view contract for worksheet views.

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IWorksheetView

The IWorksheetView type exposes the following members.

Properties
 NameDescription
Public propertyCellEdit_Location Sets the location of the cell editor.
Public propertyCellEdit_SelectionLength Gets or sets the selection length within the cell editor.
Public propertyCellEdit_SelectionStart Gets or sets the selection start within the cell editor.
Public propertyCellEdit_Text Gets or sets the text of the cell editor.
Public propertyController Sets the controller of the view.
Public propertyGuiInitiallyFocusedElement Returns the control that should be focused initially.
Public propertyTableArea_IsCaptured Sets a value indicating whether the table area has captured the mouse.
Public propertyTableArea_Size Gets the current size of the table area.
Public propertyTableViewHorzScrollMaximum Sets the maximum horizontal scroll value of the table view.
Public propertyTableViewHorzScrollValue Sets the horizontal scroll position of the table view.
Public propertyTableViewHorzViewPortSize Sets the horizontal viewport size of the table view.
Public propertyTableViewVertScrollMaximum Sets the maximum vertical scroll value of the table view.
Public propertyTableViewVertScrollValue Sets the vertical scroll position of the table view.
Public propertyTableViewVertViewPortSize Sets the vertical viewport size of the table view.
Top
Methods
 NameDescription
Public methodCellEdit_Clear Clears the current cell editor contents.
Public methodCellEdit_Copy Copies the current cell editor selection.
Public methodCellEdit_Cut Cuts the current cell editor selection.
Public methodCellEdit_Hide Hides the cell editor.
Public methodCellEdit_Paste Pastes clipboard contents into the cell editor.
Public methodCellEdit_SetTextAlignmentAndSelectAll Sets the text alignment of the cell editor and selects all text.
Public methodCellEdit_Show Shows the cell editor.
Public methodCursor_SetToArrow Sets the cursor to the default arrow shape.
Public methodCursor_SetToResizeWestEast Sets the cursor to the horizontal resize shape.
Public methodTableArea_TriggerRedrawing Requests a redraw of the table area.
Top
Events
 NameDescription
Public eventCellEdit_LostFocus Occurs when the cell editor loses focus.
Public eventCellEdit_PreviewKeyPressed Occurs when a key is pressed while previewing input in the cell editor.
Public eventCellEdit_TextChanged Occurs when the cell editor text changes.
Top
See Also