Message 1 of 3
IV2009 - Custom table formating doesn't work.

Not applicable
06-09-2009
07:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a C# program that among other things adds a custom table to an idw. I created a text style an apply that to the custom table. Everthing works except the text fields will not justify - nothing happens when the following code executes:
ct.DataTextStyle.HorizontalJustification = Inventor.HorizontalTextAlignmentEnum.kAlignTextCenter;
where ct is the table object.
Is this a bug or is this wrong????
Thanks.
ct.DataTextStyle.HorizontalJustification = Inventor.HorizontalTextAlignmentEnum.kAlignTextCenter;
where ct is the table object.
Is this a bug or is this wrong????
Thanks.