Click or drag to resize

MccGridNewAddColumn Method (String, String, Int32)

[Missing <summary> documentation for "M:Mcc.Series.Controls.MccGridNew.AddColumn(System.String,System.String,System.Int32)"]

Namespace:  Mcc.Series.Controls
Assembly:  Mcc.Series.Controls (in Mcc.Series.Controls.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddColumn(
	string key,
	string text,
	int width
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Mcc.Series.Controls.MccGridNew.AddColumn(System.String,System.String,System.Int32)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Mcc.Series.Controls.MccGridNew.AddColumn(System.String,System.String,System.Int32)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Mcc.Series.Controls.MccGridNew.AddColumn(System.String,System.String,System.Int32)"]

See Also