ColLeft (col method)

컬럼의 왼쪽 위치를 확인합니다.

Syntax

ObjId.ColLeft(Col);

Info

Parameter Type Required Description
Col Long or String 필수 특정 컬럼의 Column Index 또는 SaveName

Returns

Long, 특정컬럼 왼쪽 위치 값

Example

//컬럼의 왼쪽 위치를 파악
var iLeft = mySheet.ColLeft(1);

Since

version desc
7.0.0.0