|
Property |
Method |
Event |
|
|
GetFileNumGets the number of files included in the current document. SyntaxHRESULT GetFileNum( Parameterstype [in] Type of files to include.
pNum [out, retval] Number of files included in the current document. Return Values0 (always) Sample CodesVBScript dim object Set object = document.editForm if n = 0 then end if for i=0 to n-1 See Also |