Back to Devexpress

TableCellPropertiesBase.CellLeftPadding Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecellpropertiesbase-931bbb1a.md

latest1.6 KB
Original Source

TableCellPropertiesBase.CellLeftPadding Property

Gets or sets the TableCell.LeftPadding property of a table cell.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
float? CellLeftPadding { get; set; }
vb
Property CellLeftPadding As Single?

Property Value

TypeDescription
Nullable<Single>

A Single value or null if the padding is not set or is not the same for the specified cells.

|

See Also

LeftPadding

TableCellPropertiesBase Interface

TableCellPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace