Click or drag to resize

MccGridNewAddChildColumn Method (String, String, String, Int32)

[Missing <summary> documentation for "M:Mcc.Series.Controls.MccGridNew.AddChildColumn(System.String,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 AddChildColumn(
	string bandKey,
	string key,
	string text,
	int width
)

Parameters

bandKey
Type: SystemString

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

key
Type: SystemString

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

text
Type: SystemString

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

width
Type: SystemInt32

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

See Also