Interject Documentation > ReportHideRowOrColumn()

Estimated reading time: 1 minute

Overview

ReportHideRowsOrColumns() is a function that allows you to hide both rows and columns.

ReportHideRowOrColumn() Function Arguments

Parameter Name Description Default Optional
OnPullSaveOrBoth This parameter allows for the choice of when to execute the formula, either on a Pull, Save or for both. No
OnClearRunOrBoth This allows for the choice of whether to run when the report is being run or cleared. It can also be set to both. No
RowOrColumnRange This parameter is where you set the range of execution. It allows for the choice of which columns or rows to hide. No
Disabled When "True" the function is disabled, when empty or "False" the function will work. True Yes