| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace > IZennoTable Interface : Bind Method |
Type: System.String
The file name for bind data.
// get the table IZennoTable table = project.Tables["Table 1"]; // bind the file table.Bind("C:\\mytable.txt");
// get the table $table = $project->Tables->get_Item("Table 1"); // bind the file $table->Bind("C:\\mytable.txt");
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.