Click or drag to resize

IVIZZARDServiceANI_SetCustomColumn Method

사용자 정의 컬럼 설정

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void ANI_SetCustomColumn(
	AnimationCustomColumnIndex nIndex,
	bool bVisible,
	string strTitle,
	int nWidth
)

Parameters

nIndex
Type: SHConnectorAnimationCustomColumnIndex
컬럼 인덱스
bVisible
Type: SystemBoolean
보이기/숨기기
strTitle
Type: SystemString
이름
nWidth
Type: SystemInt32
넓이
See Also