WorksheetLayout(DataTable) Constructor |
Initializes a new instance of the
WorksheetLayout class for the specified table.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic WorksheetLayout(
DataTable table
)
Parameters
- table DataTable
- The table whose layout is represented.
See Also