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


In This Topic
    BorderSizeTop Field
    In This Topic
    Represents the BorderSizeTop property (index is 9), which specifies the width of the top border.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly BorderSizeTop As BorderProperty
    'Usage
     
    
    Dim value As BorderProperty
     
    value = BorderProperty.BorderSizeTop
    public static readonly BorderProperty BorderSizeTop
    Example
    This example sets different border styles around a cell.
    See Also