Click or drag to resize

MccGridAddColumn Method (String, String, Int32)

그리드에 컬럼을 추가함. (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 AddColumn(
	string key,
	string text,
	int width
)

Parameters

key
Type: SystemString
컬럼 고유값
text
Type: SystemString
컬럼 캡션
width
Type: SystemInt32
넓이
Remarks
columnstyle : string, hidden : false, readonly : false, maskstyle : none 이 디폴트로 설정됨
See Also