Module: Gnm::CellIterFlags

Defined in:
(unknown)

Constant Summary collapse

ALL =
0 or :all
IGNORE_NONEXISTENT =
1 or :ignore_nonexistent
IGNORE_EMPTY =
2 or :ignore_empty
IGNORE_BLANK =
3 or :ignore_blank
IGNORE_HIDDEN =
4 or :ignore_hidden
IGNORE_SUBTOTAL =
8 or :ignore_subtotal
IGNORE_FILTERED =
16 or :ignore_filtered