Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Margins Class / Left Property


In This Topic
    Left Property (Margins)
    In This Topic
    Gets or sets the left margin, in hundredths of an inch.
    Syntax
    'Declaration
     
    Public Property Left As Integer
    'Usage
     
    Dim instance As Margins
    Dim value As Integer
     
    instance.Left = value
     
    value = instance.Left
    public int Left {get; set;}

    Property Value

    The left margin.
    See Also