Fill Property (SortField)
In This Topic
Gets or sets the
Fill value on which the sort is performed for the specified
SortCondition object.
Syntax
'Declaration
Public Property Fill As Fill
'Usage
Dim instance As SortField
Dim value As Fill
instance.Fill = value
value = instance.Fill
public Fill Fill {get; set;}
Property Value
A
Fill value represents the cell fill.
See Also