ListColumns Interface

A collection of all the ListColumn objects in the specified ListObject object. Each ListColumn object represents a column in the list.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024472-0000-0000-C000-000000000046")> _
Public Interface ListColumns _
    Inherits IEnumerable
'Usage
Dim instance As ListColumns
[InterfaceTypeAttribute()]
[GuidAttribute("00024472-0000-0000-C000-000000000046")]
public interface ListColumns : IEnumerable

Remarks

Use the ListColumns property of the ListObject object to return the ListColumns collection.

See Also

Reference

ListColumns Members

Microsoft.Office.Interop.Excel Namespace