Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellPadding Class / Right Property

In This Topic
    Right Property (CellPadding)
    In This Topic
    Gets or sets the amount of space (in points) to add to the right of the contents of a single cell or all cells in a table.
    Syntax
    'Declaration
     
    Public Property Right As System.Single
    public System.float Right {get; set;}
    See Also