IAltaxoProjectServiceOpenOrCreateWorksheetForTable Method |
Opens a view that shows the table
. If no view for the table can be found,
a new default view is created for the table.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Object OpenOrCreateWorksheetForTable(
DataTable table
)
Parameters
- table DataTable
- The table for which a view must be found.
Return Value
ObjectThe view content for the provided table.
Remarks The returned object is usually a MVC controller that is the controller for that table.
See Also