|

Append


(boolean) Whether to append the table's contents to the end of the text file:



VALUE DESCRIPTION


true


Append the table's contents to the end of the text file. (The text file must exist.)


false


Overwrite the current contents of the text file. (Default)


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

T r ee


image

Tree.CollapseNode

OverviewExamples

Tree.CollapseNode ( string ObjectName,


string NodeIndex )


De s cr ip t ion


Collapses the specified node.


P arame t er s


ObjectName


(string) The name of the tree object.


|