SortFields Interface
The SortFields collection is a collection of SortField objects. It allows developers to store a sort state on workbooks, lists, and autofilters.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<GuidAttribute("000244AA-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface SortFields _
Inherits IEnumerable
'Usage
Dim instance As SortFields
[GuidAttribute("000244AA-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface SortFields : IEnumerable
Remarks
The object contains properties to add, count, sort, and remove SortField objects.