Removes all elements from the table.
The following code example demonstrates the
Clear method.
// clear the table 1
project.Tables["Table 1"].Clear();
// clear the table 1
$project->Tables->get_Item("Table 1")->Clear();
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.