Share

CellOption

C++

enum CellOption {
  kCellOptionNone = 0,
  kInheritCellFormat = 0x1
};

File

acdb.h

Members

Members Description
kCellOptionNone No option
kInheritCellFormat Field should inherit the cell format

Description

For internal use only.

Was this information helpful?