Function [r_tab,r_col,r_row,r_cell] = htab_style_allocate(r, ...
r_tab,r_col,r_row,r_cell,stylelist,stylecategories,location);
allocates/assigns the styles given in struct r
as r.(stylename) to one of the style categories:
-- r_tab.(stylename),
-- r_col.(stylename),
-- r_row.(stylename) or
-- r_cell.(stylename).
The arguments with each given style is checked
(number of arguments and their values).
Existing styles will be silently overwritten by
later entered styles!
At incorrect data, warnings are issued, and
the concerning style is ignored!
(c) 2026 fabien van mook
2026.08.20 release of this file within package "fvm-htab" under GNU GPLv3+