ZennoLab Assemblies Documentation
Bind Method (IZennoTable)
Example 

Type: System.String

The file name for bind data.

Binds the specified file to current table.
Syntax
void Bind( 
   string filename
)

Parameters

filename

Type: System.String

The file name for bind data.

Example
The following code example demonstrates the Bind method.
// get the table
IZennoTable table = project.Tables["Table 1"];
// bind the file
table.Bind("C:\\mytable.txt");
// get the table
$table = $project->Tables["Table 1"];
// bind the file
$table->Bind("C:\\mytable.txt");
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
IZennoList Interface

Send Feedback