Altaxo.Worksheet Namespace |
Contains worksheet models, styles, layouts, and worksheet painting support.
Classes| | Class | Description |
|---|
 | AreaRetrieval |
Provides helper methods for mapping worksheet coordinates to visible rows, columns, and cells.
|
 | BooleanColumnStyle |
Represents the worksheet style used for Boolean data columns.
|
 | ColumnHeaderStyle |
Represents the worksheet style used for column headers.
|
 | ColumnStyle |
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
|
 | ColumnStyleDictionary |
Maps worksheet columns to their styles and maintains the default styles per column type.
|
 | DateTimeColumnStyle |
Represents the worksheet style used for date-time data columns.
|
 | DoubleColumnStyle |
Represents the worksheet style used for numeric double columns.
|
 | FileCommands |
Provides routines for saving a worksheet layout and its corresponding table.
|
 | RowHeaderStyle |
Represents the worksheet style used for row headers.
|
 | TablePlusLayout |
Holds a table and its layout together only for serialization/deserialization purposes.
|
 | TextColumnStyle |
Represents the worksheet style used for text columns.
|
 | WorksheetLayout |
Stores the layout of a table to be shown in a WorksheetView.
|
 | WorksheetLayoutCollection |
Represents a collection of WorksheetLayout instances.
|
 | WorksheetPaintingGdi |
Provides methods for drawing a worksheet using GDI.
|
 | WorksheetViewLayout |
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| | Structure | Description |
|---|
 | AreaInfo |
Describes a worksheet area hit together with its coordinates and indices.
|
Enumerations| | Enumeration | Description |
|---|
 | AreaType | The type of area we have clicked into, used by ClickedCellInfo. |
 | ColumnStyleType |
Identifies the style role of a worksheet column area.
|