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


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