<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: what is this correct way to use rowtype in autocad vba in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/what-is-this-correct-way-to-use-rowtype-in-autocad-vba/m-p/5926701#M9268</link>
    <description>&lt;P&gt;hi Alfred,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it's work , thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Nov 2015 04:09:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-27T04:09:56Z</dc:date>
    <item>
      <title>what is this correct way to use rowtype in autocad vba</title>
      <link>https://forums.autodesk.com/t5/vba-forum/what-is-this-correct-way-to-use-rowtype-in-autocad-vba/m-p/5925687#M9266</link>
      <description>&lt;P&gt;this is my program but not working , the problem is rowtype , what is the right way i can do&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim newTab As AcadTable&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim stPt(0 To 2) As Double&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; stPt(0) = 0: stPt(1) = 0: stPt(2) = 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set newTab = ThisDrawing.ModelSpace.AddTable(stPt, 3, 3, 1, 1)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call newTab.SetText(0, 0, "TestString")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call newTab.SetCellTextHeight(0, 0, 1)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call newTab.SetRowHeight(0, 1)&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call newTab.SetAlignment(AcRowType.acDataRow + AcRowType.acTitleRow, acMiddleCenter)&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ThisDrawing.Regen acActiveViewport&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 07:12:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/what-is-this-correct-way-to-use-rowtype-in-autocad-vba/m-p/5925687#M9266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-26T07:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: what is this correct way to use rowtype in autocad vba</title>
      <link>https://forums.autodesk.com/t5/vba-forum/what-is-this-correct-way-to-use-rowtype-in-autocad-vba/m-p/5925921#M9267</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you split your line to 2 seperate ones, each handling it's table area, is that what you are looking for?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Call newTab.SetAlignment(AcRowType.acDataRow, acMiddleCenter)
Call newTab.SetAlignment(AcRowType.acTitleRow, acMiddleCenter)
&lt;/PRE&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 10:59:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/what-is-this-correct-way-to-use-rowtype-in-autocad-vba/m-p/5925921#M9267</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2015-11-26T10:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: what is this correct way to use rowtype in autocad vba</title>
      <link>https://forums.autodesk.com/t5/vba-forum/what-is-this-correct-way-to-use-rowtype-in-autocad-vba/m-p/5926701#M9268</link>
      <description>&lt;P&gt;hi Alfred,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it's work , thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2015 04:09:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/what-is-this-correct-way-to-use-rowtype-in-autocad-vba/m-p/5926701#M9268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-27T04:09:56Z</dc:date>
    </item>
  </channel>
</rss>

