ZennoLab Assemblies Documentation
Clear Method
Example 
Removes all elements from the table.
Syntax
void Clear()
Example
The following code example demonstrates the Clear method.
// clear the table 1
project.Tables["Table 1"].Clear();
// clear the table 1
$project->Tables["Table 1"]->Clear();
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

IZennoTable Interface
IZennoTable Members
DeleteRow Method

Send Feedback