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

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