| 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["Table 1"]; // bind the file $table->Bind("C:\\mytable.txt");
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven