![]() | DIAdem 2017 Help |
![]() | DIAdem 2018 Help |
![]() | DIAdem 2019 Help |
![]() | DIAdem 2020 Help |
![]() | DIAdem 2020 SP1 Help |
Specifies a tag for an object in DIAdem REPORT.
Use this property to add additional information to the object. Afterwards you can evaluate such information in a program, for example, for special treatment of the object.
The tag does not affect the behavior of the object. DIAdem saves this tag with the layout.
Object.TagStored
Object | PolarSystem Object with this property |
Object.TagStored | String with read and write access Maximum 10000 characters |
The following example assigns a tag to a polar axis system type object:
Dim oMyReportObj, oMyReportObjects Set oMyReportObjects = Report.ActiveSheet.Objects For Each oMyReportObj in oMyReportObjects If oMyReportObj.ObjectType = eReportObjectPolarSystem Then oMyReportObj.TagStored = "Selected" End If Next
Helpful
Not Helpful