ListDataFormat Interface

The ListDataFormat object holds all the data type properties of the ListColumn object. These properties are read-only.

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

Syntax

'Declaration
<GuidAttribute("0002447D-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ListDataFormat
'Usage
Dim instance As ListDataFormat
[GuidAttribute("0002447D-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ListDataFormat

Remarks

Use the ListDataFormat property of the ListColumn object to return a ListDataFormat object collection. The ListDataFormat object's Type property indicates the data type of the list column.

See Also

Reference

ListDataFormat Members

Microsoft.Office.Interop.Excel Namespace