Message 1 of 1
How to do autocad table grid invisibile in vb.net, c# or vba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Please give me suggestion about autocad table grid invisibility from vb.net or c#.
i did something but still visible grid lines in autocad table. I attached snapshot.
This is my code if any error please give me suggestion.
I tried all types.
'tb.SetGridLinetype(i, j, GridLineType.HorizontalTop, ltId)
'tb.SetGridLinetype(i, j, GridLineType.VerticalLeft, ltId)
' tb.SetGridVisibility(i, j, GridLineType.AllGridLines, Visibility.Invisible)
'tb.Cells(i, j).Borders.Top.IsVisible = False
'tb.Cells(i, j).Borders.Horizontal.IsVisible = False
'tb.Cells(i, j).Borders.Bottom.IsVisible = False
'MsgBox(cell_1(i, j).Borders.Value)