How to do autocad table grid invisibile in vb.net, c# or vba

How to do autocad table grid invisibile in vb.net, c# or vba

Sampathkumar.secon
Explorer Explorer
684 Views
0 Replies
Message 1 of 1

How to do autocad table grid invisibile in vb.net, c# or vba

Sampathkumar.secon
Explorer
Explorer

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)

 

0 Likes
685 Views
0 Replies
Replies (0)