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