Message 1 of 5

Not applicable
07-01-2012
02:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I create Table using Autocad .net api C#.
var table = new Table();
In single text(class DBText), change text width of the property - WidthFactor.
How change text width in table cell using autocad .net api C#?
Solved! Go to Solution.