LocalSheet Property
Description
Returns the current (active) local sheet of the design-time or run-time data table.
Syntax
DataTable.LocalSheet
Example
The following example uses the LocalSheet property to return the local sheet of the design-time or run-time data table in order to add a parameter (column) to it.
MyParam=DataTable.LocalSheet.AddParameter("Time", "5:45")