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


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