<?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: custom table -&amp;gt;  align the text of table from top left in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-table-gt-align-the-text-of-table-from-top-left/m-p/8104110#M86031</link>
    <description>with coding or with inventor default?</description>
    <pubDate>Mon, 02 Jul 2018 10:12:46 GMT</pubDate>
    <dc:creator>bradeneuropeArthur</dc:creator>
    <dc:date>2018-07-02T10:12:46Z</dc:date>
    <item>
      <title>custom table -&gt;  align the text of table from top left</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-table-gt-align-the-text-of-table-from-top-left/m-p/8104108#M86029</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created Custom table on drawing but data displayed in row as centered align can any one please tell me how to display text start from left.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please check screenshot&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 10:10:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-table-gt-align-the-text-of-table-from-top-left/m-p/8104108#M86029</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-02T10:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: custom table -&gt;  align the text of table from top left</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-table-gt-align-the-text-of-table-from-top-left/m-p/8104110#M86031</link>
      <description>with coding or with inventor default?</description>
      <pubDate>Mon, 02 Jul 2018 10:12:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-table-gt-align-the-text-of-table-from-top-left/m-p/8104110#M86031</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-07-02T10:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: custom table -&gt;  align the text of table from top left</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-table-gt-align-the-text-of-table-from-top-left/m-p/8104129#M86032</link>
      <description>&lt;PRE&gt;Public Sub main()

Dim a As Application
Set a = ThisApplication

Dim b As DrawingDocument
Set b = a.ActiveDocument

Dim c As Sheet
Set c = b.ActiveSheet

Dim d As CustomTable
Set d = c.CustomTables.Item(1)

Dim co As Column

For Each co In d.Columns
co.ValueHorizontalJustification = kAlignTextLeft
Next
End Sub&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Jul 2018 10:22:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-table-gt-align-the-text-of-table-from-top-left/m-p/8104129#M86032</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-07-02T10:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: custom table -&gt;  align the text of table from top left</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-table-gt-align-the-text-of-table-from-top-left/m-p/8108483#M86139</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do this with C# code&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 05:51:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-table-gt-align-the-text-of-table-from-top-left/m-p/8108483#M86139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-04T05:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: custom table -&gt;  align the text of table from top left</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-table-gt-align-the-text-of-table-from-top-left/m-p/8108584#M86146</link>
      <description>translate it online</description>
      <pubDate>Wed, 04 Jul 2018 07:02:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-table-gt-align-the-text-of-table-from-top-left/m-p/8108584#M86146</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-07-04T07:02:23Z</dc:date>
    </item>
  </channel>
</rss>

