Functionwd_getdocumentrange

Defined in: pbwword

public subroutine wd_getdocumentrange (string arg_h_file, ref long arg_start, ref long arg_end)

Comment:
Is usedto get starting and ending position of the document.


Script:
public subroutine wd_getdocumentrange (string arg_h_file, ref long arg_start, ref long arg_end);
i_PBWWord.GetDocumentRange(arg_h_file, ref arg_start, ref arg_end)
end subroutine