AltaxoDocumentCreateNewTableLayout Method |
Creates a new worksheet layout for the specified table and adds it to the project.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic WorksheetLayout CreateNewTableLayout(
DataTable table
)
Parameters
- table DataTable
- The table for which the layout is created.
Return Value
WorksheetLayoutThe newly created worksheet layout.
See Also