ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfRow Class / LeftCellPadding Property

In This Topic
    LeftCellPadding Property
    In This Topic
    Gets or sets left padding of the first cell for this row.
    Syntax
    'Declaration
     
    Public Property LeftCellPadding As Single
    public float LeftCellPadding {get; set;}

    Property Value

    The left cell padding.
    See Also