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


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

    For more information on these border styles, see the BorderStyle enumeration in the Microsoft .NET Framework Reference.

    See Also