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


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