Value and Visibility of specific column counts by path
colcount_visible(obj, path)# S4 method for VTableTree
colcount_visible(obj, path)
# S4 method for InstantiatedColumnInfo
colcount_visible(obj, path)
# S4 method for LayoutColTree
colcount_visible(obj, path)
colcount_visible(obj, path) <- value
# S4 method for VTableTree
colcount_visible(obj, path) <- value
# S4 method for InstantiatedColumnInfo
colcount_visible(obj, path) <- value
# S4 method for LayoutColTree
colcount_visible(obj, path) <- value
for colcount_visible a logical scalar
indicating whether the specified position in
the column hierarchy is set to display its column count;
for colcount_visible<-, obj updated with
the specified count displaying behavior set.
(ANY)
 the object for the accessor to access or modify.
(character)
 a vector path for a position within the structure of a TableTree. Each element
represents a subsequent choice amongst the children of the previous choice.
(ANY)
 the new value.