ListColumn.ListDataFormat Property
Returns a ListDataFormat object for the ListColumn object. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ListDataFormat As ListDataFormat
Get
'Usage
Dim instance As ListColumn
Dim value As ListDataFormat
value = instance.ListDataFormat
ListDataFormat ListDataFormat { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.ListDataFormat