Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BorderProperty Class / BorderColorTop Field
Example


In This Topic
    BorderColorTop Field
    In This Topic
    Represents the BorderColorTop property (index is 4), which specifies the color of the top border.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly BorderColorTop As BorderProperty
    'Usage
     
    
    Dim value As BorderProperty
     
    value = BorderProperty.BorderColorTop
    public static readonly BorderProperty BorderColorTop
    Example
    This example determines if one of the BorderProperty field has been defined and returns the result to a text box.
    See Also