ListColumn Interface
Represents a column in a list. The ListColumn object is a member of the ListColumns collection. The ListColumns collection contains all the columns in a list (ListObject object).
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<GuidAttribute("00024473-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ListColumn
'Usage
Dim instance As ListColumn
[GuidAttribute("00024473-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ListColumn
Remarks
Use the ListColumns property of the ListObject object to return a ListColumns collection.