Share via


SortFields.Item Property

Returns a SortField object that represents a collection of items that can be sorted in a workbook. Read-only.

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

Syntax

'Declaration
ReadOnly Property Item ( _
    Index As Object _
) As SortField
    Get
'Usage
Dim instance As SortFields
Dim Index As Object
Dim value As SortField

value = instance.Item(Index)
SortField this[
    Object Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Excel.SortField

See Also

Reference

SortFields Interface

SortFields Members

Microsoft.Office.Interop.Excel Namespace