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.
enum CellOption { kCellOptionNone = 0, kInheritCellFormat = 0x1 };
acdb.h
Members | Description |
---|---|
kCellOptionNone | No option |
kInheritCellFormat | Field should inherit the cell format |
For internal use only.