Cell.LeftPadding Property

Returns or sets the amount of space (in points) to add to the left of the contents of a single cell.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property LeftPadding As Single
    Get
    Set
'Usage
Dim instance As Cell
Dim value As Single

value = instance.LeftPadding

instance.LeftPadding = value
float LeftPadding { get; set; }

Property Value

Type: System.Single

Remarks

The setting of the LeftPadding property for a single cell overrides the setting of the LeftPadding property for the entire table.

See Also

Reference

Cell Interface

Cell Members

Microsoft.Office.Interop.Word Namespace