TSigmaCustomFieldListKind Enumeration

Represents type TSigmaCustomFieldListKind.

Namespace: Sigma.Document
type
 TSigmaCustomFieldListKind = (cfListNone, cfListInternal, cfListExternal);

The TSigmaCustomFieldListKind type exposes the following members.

Show:
 NameDescription
cfListExternal

Represents constant cfListExternal.

cfListInternal

Represents constant cfListInternal.

cfListNone

Represents constant cfListNone.

Top