Share via


_ColumnFormat.FieldFormat Property

Returns or sets an Integer (int in C#) value that represents the display format of the property to which the ColumnFormat object is associated. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property FieldFormat As Integer
    Get
    Set
'Usage
Dim instance As _ColumnFormat
Dim value As Integer

value = instance.FieldFormat

instance.FieldFormat = value
[DispIdAttribute()]
int FieldFormat { get; set; }

Property Value

Type: System.Int32

Remarks

The value of this property is a constant from an enumeration, where the enumeration is dependent on the value of the FieldType property for the ColumnFormat object:

FieldType value

FieldFormat enumeration

olCurrency

OlFormatCurrency

olFormatDateTime

OlFormatDateTime

olDuration

OlFormatDuration

olInteger

OlFormatInteger

olKeywords

OlFormatKeywords

olNumber

OlFormatNumber

olPercent

OlFormatPercent

olText

OlFormatText

olYesNo

OlFormatYesNo

olEnumeration

OlFormatEnumeration

olSmartFrom

OlFormatSmartFrom

For field types not listed in the above table, the value of this property is ignored.

See Also

Reference

_ColumnFormat Interface

_ColumnFormat Members

Microsoft.Office.Interop.Outlook Namespace