Gtk.Table.SetColSpacing Method
Sets the spacing around a specified column.

Syntax

public void SetColSpacing (uint column, uint spacing)

Parameters

column
A zero-indexed column number to adjust the spacing of.
spacing
The number of pixels on each side of the column.

Remarks

To adjust the spacing between all columns, use the Table.ColumnSpacing property.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)