Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CellChangeFlag

CellChangeFlag tracks the cause of modification in a cell.

Index

Enumeration members

ColumnDeleted

ColumnDeleted: = 32

Cell part of deleted column.

Formula

Formula: = 2

Cell Formula is modified.

NewColumn

NewColumn: = 8

Cell part of new column.

NewRow

NewRow: = 4

Cell part of new row.

None

None: = 0

Cell is unmodified.

RowDeleted

RowDeleted: = 16

Cell part of deleted row.

Value

Value: = 1

Cell value is modified.

Generated using TypeDoc