SortFields.Item[Object] Property

Definition

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

public:
 property Microsoft::Office::Interop::Excel::SortField ^ Item[System::Object ^] { Microsoft::Office::Interop::Excel::SortField ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Excel.SortField Item[object Index] { get; }
Public ReadOnly Property Item(Index As Object) As SortField

Parameters

Index
Object

Index value of the SortField.

Property Value

Applies to