Share

SheetSetFieldOption

C++

enum SheetSetFieldOption {
  kSheetSetNone = 0,
  kSheetSetHyperlink = (0x1 << 0),
  kSheetSetUnresolvedComponent = (0x1 << 1)
};

File

AcFdUtil.h

Members

Members Description
kSheetSetNone No option.
kSheetSetHyperlink Set this option to associate a hyperlink with the field.
kSheetSetUnresolvedComponent Set this flag to get the field code as unresolved component.

Description

Option bit flags for coining a sheet set property field.

Was this information helpful?