Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / SortAscendingImage Field
Example


In This Topic
    SortAscendingImage Field
    In This Topic
    Specifies the identifier for the image for the sort indicator (for ascending sorts) in the component.
    Syntax
    'Declaration
     
    
    Public Const SortAscendingImage As Integer
    'Usage
     
    
    Dim value As Integer
     
    value = FpSpread.SortAscendingImage
    public const int SortAscendingImage

    Field Value

    Integer identifier for the descending sort indicator image, 2
    Example
    Remarks

    This is always set to 2. For the SetImage method, you can either use the full name of this field or the constant value of 2 to identify the ascending sort image.

    Any of several parts of the graphical interface of the component can be customized. This one identifies the sort indicator for ascending sorting. Refer to Customizing the Graphical Interface for more information.

    See Also