Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Inset Class / Top Property
Example


In This Topic
    Top Property (Inset)
    In This Topic
    Gets or sets the inset of the top border or margin in pixels.
    Syntax
    'Declaration
     
    
    Public Property Top As Integer
    'Usage
     
    
    Dim instance As Inset
    Dim value As Integer
     
    instance.Top = value
     
    value = instance.Top
    public int Top {get; set;}

    Property Value

    Integer number of pixels
    Example
    This example sets an inset for the specified cell.
    See Also