Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellPadding Class / Top Property


In This Topic
    Top Property (CellPadding)
    In This Topic
    Gets or sets the padding, in pixels, for the top edge.
    Syntax
    'Declaration
     
    
    Public Property Top As Integer
    'Usage
     
    
    Dim instance As CellPadding
    Dim value As Integer
     
    instance.Top = value
     
    value = instance.Top
    public int Top {get; set;}
    See Also