Back to Devexpress

TableCell.LeftPadding Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecell-081ab044.md

latest1.3 KB
Original Source

TableCell.LeftPadding Property

Gets or sets the amount of space to the left of the contents of a single cell in a table.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
float LeftPadding { get; set; }
vb
Property LeftPadding As Single

Property Value

TypeDescription
Single

A Single value that is the distance in units of measurements that are currently in effect for the document (specified by the Document.Unit property).

|

See Also

TableCell Interface

TableCell Members

DevExpress.XtraRichEdit.API.Native Namespace