08-05-2024 10:38 AM
Hi,
Is there a option to enable or disable "separate heading" and "separate first column" options in table display property using DIAdem VBS script?
Using DIAdem 2024Q2 version.
regards,
Durai
08-12-2024 06:36 AM
Hello,
@Durai26 wrote:
Hi,
Is there a option to enable or disable "separate heading" and "separate first column" options in table display property using DIAdem VBS script?
Using DIAdem 2024Q2 version.
regards,
Durai
Unfortunately, DIAdem's VBScript interface doesn't provide direct methods to control the "Separate Heading" and "Separate First Column" options for table display properties.
1. Manual Adjustments: Use DIAdem's user interface to modify the table display properties as needed. Save the modified table as a template for future use.
2. Third-Party Add-ins: Explore if any third-party add-ins for DIAdem offer more advanced table manipulation capabilities.
3. Custom Development: If you have programming expertise, consider developing a custom solution using DIAdem SCRIPT or other programming languages to interact with the table object at a lower level. However, this approach requires in-depth knowledge of DIAdem's internal structures.
It's essential to note that these workarounds might involve additional effort and might not guarantee complete control over the table display properties.