Message 1 of 6
Problems with the AutoCAD Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
- I created a Table using a Tablestyle with a color “ColorMethod = ByAci, ColorIndex = 1” (red). In my Preview Control (via AcGsView) the Table lost its color, while it works correctly in the drawing. (Drawing with the Tablestyle is attached). Is this a bug or do I have to do something to get this working?
- How do I create and access cell styles beside the normal Data/Title/Header. Some Methods allow to specify a string as CellStyle (e.G. TextHeight()) while others only accept the RowType enum (e.G. TableStyle.BackgroundColor()). So how do I set and get the Alignment(), Backgroundcolor(), Color(), etc of custom CellStyles?