Functionws_getselection

Defined in: pbwword

public subroutine ws_getselection (ref long arg_start, ref long arg_end)

Comment:
Get selection 


Script:
public subroutine ws_getselection (ref long arg_start, ref long arg_end);
i_PBWWord.getSelection(ref arg_start, ref arg_end)
end subroutine