[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IIconSortField

Interface IIconSortField

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the sort field by icon.

public interface IIconSortField : ISortField
Inherited Members

Properties

Icon

Gets the IIcon object used to sort by Ascending or Descending.

IIcon Icon { get; }

Property Value

IIcon

Order

Gets the sort order, such as:Ascending or Descending.

SortOrder Order { get; }

Property Value

SortOrder