disable_column
disable_column
function has 1 variant:
Description
Disables the data block's column specified with
blockAndItemName
parameter.blockAndItemName
should have the following format:block name + '.' + item name
Declaration
void disable_column(char blockAndItemName);
Parameters
char blockAndItemName
Return Value
Example
disable_column('deps.dep_name');
Last updated
Was this helpful?