Name Property
Description
Returns the name of the run-time data sheet.
Syntax
DTSheet.Name
Example
The following example uses the Name method to return the name of the active run-time data sheet and writes it in the report.
Sheetname = DataTable.LocalSheet.Name
Reporter.ReportEvent 1, "The Active Sheet is", Sheetname