Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortField Class / Icon Property


In This Topic
    Icon Property (SortField)
    In This Topic
    Gets or sets the CfIcon value on which the sort is performed for the specified SortCondition object.
    Syntax
    'Declaration
     
    
    Public Property Icon As CfIcon
    'Usage
     
    
    Dim instance As SortField
    Dim value As CfIcon
     
    instance.Icon = value
     
    value = instance.Icon
    public CfIcon Icon {get; set;}

    Property Value

    A CfIcon value represents the cell icon.
    See Also