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