Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellPadding Class / Horizontal Property


In This Topic
    Horizontal Property (CellPadding)
    In This Topic
    Gets the sum, in pixels, for the right and left edges.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Horizontal As Integer
    'Usage
     
    
    Dim instance As CellPadding
    Dim value As Integer
     
    value = instance.Horizontal
    public int Horizontal {get;}
    See Also