_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 |
|
olFormatDateTime |
|
olDuration |
|
olInteger |
|
olKeywords |
|
olNumber |
|
olPercent |
|
olText |
|
olYesNo |
|
olEnumeration |
|
olSmartFrom |
For field types not listed in the above table, the value of this property is ignored.