Enum FormattingType

FormattingType enumeration

Represents the type of formatting applied to an Area object or a Line object.

public enum FormattingType

Values

NameValueDescription
Automatic0Represents automatic formatting type.
Custom2Represents custom formatting type.
None1Represents none formatting type.

See Also