Module: Gnm::FuncFlags

Defined in:
(unknown)

Constant Summary collapse

SIMPLE =
0 or :simple
VOLATILE =
1 or :volatile
RETURNS_NON_SCALAR =
2 or :returns_non_scalar
IS_PLACEHOLDER =
8 or :is_placeholder
IS_WORKBOOK_LOCAL =
32 or :is_workbook_local
INTERNAL =
64 or :internal
AUTO_UNKNOWN =
0 or :auto_unknown
AUTO_MONETARY =
256 or :auto_monetary
AUTO_DATE =
512 or :auto_date
AUTO_TIME =
768 or :auto_time
AUTO_PERCENT =
1024 or :auto_percent
AUTO_FIRST =
1280 or :auto_first
AUTO_SECOND =
1536 or :auto_second
AUTO_UNITLESS =
1792 or :auto_unitless
AUTO_MASK =
1792 or :auto_mask