| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace > IZennoTable Interface : GetCellStyle Method |
Type: System.Int32
The cell's column, zero-based index.
Type: System.Int32
The cell's row, zero-based index.
Type: System.Int32
The cell's column, zero-based index.
Type: System.Int32
The cell's row, zero-based index.
Type: ZennoLab.InterfacesLibrary.ProjectModel.ZennoTableStyle
Cell style.
// get table by name "MyTable" var table = project.Tables["MyTable"]; var style = table.GetCellStyle(0,0);
// get table by name "MyTable" $table = $project->Tables->get_Item("MyTable"); $style = $table->GetCellStyle(0, 0);
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.