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


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