<?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: Table Flow Direction in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/table-flow-direction/m-p/12088757#M62686</link>
    <description>&lt;P&gt;You can set the tablestyle like&lt;BR /&gt;TableStyle ts = new TableStyle();&lt;/P&gt;&lt;P&gt;ts.FlowDirection = (FlowDirection)1;&amp;nbsp; &amp;nbsp; //Buttom to Up&lt;/P&gt;</description>
    <pubDate>Sun, 09 Jul 2023 01:55:04 GMT</pubDate>
    <dc:creator>rui143</dc:creator>
    <dc:date>2023-07-09T01:55:04Z</dc:date>
    <item>
      <title>Table Flow Direction</title>
      <link>https://forums.autodesk.com/t5/net-forum/table-flow-direction/m-p/2852314#M62682</link>
      <description>&lt;P&gt;I tried to use the command: tablestyle.FlowDirection = FlowDirection.BottomToTop when defining the table style but that did not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I used table.FlowDirection = FlowDirection.BottomToTop when defining the table but that did not work also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2010 22:45:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/table-flow-direction/m-p/2852314#M62682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-13T22:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table Flow Direction</title>
      <link>https://forums.autodesk.com/t5/net-forum/table-flow-direction/m-p/2853232#M62683</link>
      <description>&lt;P&gt;1.&amp;nbsp; Committing your transaction?&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; In the old day, tables were ripped out of the NOD and then loaded into a table class object by the ID with a trans.getobject, perhaps you don't have a proper instance of the table.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2010 18:01:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/table-flow-direction/m-p/2853232#M62683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-14T18:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Flow Direction</title>
      <link>https://forums.autodesk.com/t5/net-forum/table-flow-direction/m-p/2853386#M62684</link>
      <description>&lt;P&gt;I just found out I have to use an integer instead.&amp;nbsp; tablestyle.flowdirection = 0 (for down) or 1 (for up).&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2010 19:14:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/table-flow-direction/m-p/2853386#M62684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-14T19:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table Flow Direction</title>
      <link>https://forums.autodesk.com/t5/net-forum/table-flow-direction/m-p/4570885#M62685</link>
      <description>You should also cast the integer to FlowDirection, as in:&lt;BR /&gt;&lt;BR /&gt;tablestyle.FlowDirection = (FlowDirection) 1; // For BottomToTop&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;table.FlowDirection = (FlowDirection) 1;&lt;BR /&gt;&lt;BR /&gt;Hope this helps someone.</description>
      <pubDate>Tue, 29 Oct 2013 09:40:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/table-flow-direction/m-p/4570885#M62685</guid>
      <dc:creator>deltacadd</dc:creator>
      <dc:date>2013-10-29T09:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table Flow Direction</title>
      <link>https://forums.autodesk.com/t5/net-forum/table-flow-direction/m-p/12088757#M62686</link>
      <description>&lt;P&gt;You can set the tablestyle like&lt;BR /&gt;TableStyle ts = new TableStyle();&lt;/P&gt;&lt;P&gt;ts.FlowDirection = (FlowDirection)1;&amp;nbsp; &amp;nbsp; //Buttom to Up&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2023 01:55:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/table-flow-direction/m-p/12088757#M62686</guid>
      <dc:creator>rui143</dc:creator>
      <dc:date>2023-07-09T01:55:04Z</dc:date>
    </item>
  </channel>
</rss>

