<makeAddInsertCreate> <1To20> Column by <1To20> Row Table

SCRIPT {
    cols$ = _arg2
    rows$ = _arg3
    arg$ = "Tab:rows/cols," + rows$ + "," + cols$
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}