Click or drag to resize

WorksheetControllerDataTable Property

This returns the Table that is managed by this controller.

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DataTable DataTable { get; }

Property Value

DataTable

Implements

IWorksheetControllerDataTable
See Also