mgHilightEmptyRowColumnCB
mgHilightEmptyRowColumnCB(t_disp) => t /nil
Description
Turns on or off highlighting of empty rows and columns.
Argument
Value Returned
Examples
Turns on highlighting of all empty rows and columns.
mgHilightEmptyRowColumnCB("show")
Turns off highlighting of all empty rows and columns.
mgHilightEmptyRowColumnCB("hide")
Return to top