| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace > IZennoTable Interface > SetCell Method : SetCell(String,Int32,String) Method |
Type: http://msdn.microsoft.com/en-us/library/system.string.aspx%
The name of column.
Type: System.Int32
The cell's row, zero-based index.
Type: http://msdn.microsoft.com/en-us/library/system.string.aspx%
The value for the cell being set.
Type: http://msdn.microsoft.com/en-us/library/system.string.aspx%
The name of column.
Type: System.Int32
The cell's row, zero-based index.
Type: http://msdn.microsoft.com/en-us/library/system.string.aspx%
The value for the cell being set.
// get table by name "MyTable" IZennoTable table = project.Tables["MyTable"]; // set value into cell table.SetCell("A", 0, "value");
// get table by name "MyTable" $table = $project->Tables->get_Item("MyTable"); // set value into cell $table->SetCell("A", 0, "value");
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven