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


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