| Function | wd_getdocumentrange | ![]() |
Is usedto get starting and ending position of the document.
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