AltaxoDocumentCreateNewTable Method |
Creates the new data table and adds it to the project.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DataTable CreateNewTable(
string? proposedTableName,
bool createDefaultColumns
)
Parameters
- proposedTableName String
- Proposed table name. Can be null.
- createDefaultColumns Boolean
- If set to true, the table is created with default columns.
Return Value
DataTableThe newly created table. The returned table has certainly a name, but the name might be different from the proposed name.
See Also