Click or drag to resize

Altaxo.Worksheet Namespace

Contains worksheet models, styles, layouts, and worksheet painting support.
Classes
 ClassDescription
Public classAreaRetrieval Provides helper methods for mapping worksheet coordinates to visible rows, columns, and cells.
Public classBooleanColumnStyle Represents the worksheet style used for Boolean data columns.
Public classColumnHeaderStyle Represents the worksheet style used for column headers.
Public classColumnStyle Altaxo.Worksheet.ColumnStyle provides the data for visualization of the column data, for instance m_Width and color of columns additionally, it is responsible for the conversion of data to text and vice versa
Public classColumnStyleDictionary Maps worksheet columns to their styles and maintains the default styles per column type.
Public classDateTimeColumnStyle Represents the worksheet style used for date-time data columns.
Public classDoubleColumnStyle Represents the worksheet style used for numeric double columns.
Public classFileCommands Provides routines for saving a worksheet layout and its corresponding table.
Public classRowHeaderStyle Represents the worksheet style used for row headers.
Public classTablePlusLayout Holds a table and its layout together only for serialization/deserialization purposes.
Public classTextColumnStyle Represents the worksheet style used for text columns.
Public classWorksheetLayout Stores the layout of a table to be shown in a WorksheetView.
Public classWorksheetLayoutCollection Represents a collection of WorksheetLayout instances.
Public classWorksheetPaintingGdi Provides methods for drawing a worksheet using GDI.
Public classWorksheetViewLayout Stores information how a worksheet is shown in the view. Currently, this instance stores a link to the WorksheetLayout that defines the colors and the widths of the table columns. Later, it is planned to additionally store here the positions of horizontal and vertical scroll values in order to be able to restore those settings.
Structures
 StructureDescription
Public structureAreaInfo Describes a worksheet area hit together with its coordinates and indices.
Enumerations
 EnumerationDescription
Public enumerationAreaTypeThe type of area we have clicked into, used by ClickedCellInfo.
Public enumerationColumnStyleType Identifies the style role of a worksheet column area.