Click or drag to resize

MccGridAddChildColumn Method (String, String, String, Int32, GridColumnStyle, HiddenType, ReadOnlyType, GridMaskStyle)

헤더가 그룹인경우 하위 그룹에 컬럼을 추가함. (FillData 전에 설정해야함)

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,
	GridColumnStyle columnStyle,
	HiddenType hidden,
	ReadOnlyType readOnly,
	GridMaskStyle maskStyle
)

Parameters

bandKey
Type: SystemString
밴드 키값
key
Type: SystemString
컬럼 고유값
text
Type: SystemString
컬럼 캡션
width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Mcc.Series.Controls.MccGrid.AddChildColumn(System.String,System.String,System.String,System.Int32,Mcc.Series.Controls.Enum.GridColumnStyle,Mcc.Series.Common.Enum.HiddenType,Mcc.Series.Common.Enum.ReadOnlyType,Mcc.Series.Controls.Enum.GridMaskStyle)"]

columnStyle
Type: Mcc.Series.Controls.EnumGridColumnStyle
스타일
hidden
Type: Mcc.Series.Common.EnumHiddenType
감추기여부
readOnly
Type: Mcc.Series.Common.EnumReadOnlyType
읽기전용여부
maskStyle
Type: Mcc.Series.Controls.EnumGridMaskStyle
마스크값
See Also