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


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