ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfRow Class / RightCellPadding Property

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

    Property Value

    The right cell padding.
    See Also