Param |
Method |
Event |
|
|
GetFileNum현재 편집 중인 문서에 포함된 파일의 수를 구합니다.
SyntaxHRESULT GetFileNum(
Parameterstype [in] 대상 파일의 종류를 지정합니다.
pNum [out, retval] 포함된 문서의 수를 얻습니다.
Return Values항상 : 0
Sample CodesVBScript dim object Set object = document.editForm if n = 0 then end if for i=0 to n-1
JavaScript var object = document.getElementById('Wec');
See Also
|