t = Document.Data.Tables['Data Table']
print t.Name
#Get a reference to the active data table
at = Document.ActiveDataTableReference
print at.Name
#Get a reference to the default data table
dt = Document.Data.Tables.DefaultTableReference
print dt.Name
No comments:
Post a Comment