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


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