A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Mcc.Series.Controls
MccGrid Class
MccGrid Methods
AddChildColumn Method
AddChildColumn Method (String, String, String, Int32)
AddChildColumn Method (String, String, String, Int32, GridColumnStyle, HiddenType, ReadOnlyType, GridMaskStyle)
MccGrid
AddChildColumn Method (String, 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#
Copy
public
void
AddChildColumn
(
string
bandKey
,
string
key
,
string
text
,
int
width
)
Parameters
bandKey
Type:
System
String
밴드 키값
key
Type:
System
String
컬럼 고유값
text
Type:
System
String
컬럼 캡션
width
Type:
System
Int32
넓이
See Also
Reference
MccGrid Class
AddChildColumn Overload
Mcc.Series.Controls Namespace