display_sheet_t
Defined in header: <ixion/types.hpp>
-
enum class ixion::display_sheet_t
Specifies how to determine whether or not to display a sheet name of a cell or range reference.
Values:
-
enumerator unspecified
Sheet name display preference is not specified.
-
enumerator always
Sheet name should be always displayed.
-
enumerator never
Sheet name should never be displayed.
-
enumerator only_if_different
Sheet name should be displayed only when the sheet index of a reference is different from that of the position of a referencing cell.
-
enumerator unspecified