Back to Devexpress

TablePropertiesBase.TableCellSpacing Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablepropertiesbase-957a870b.md

latest1.4 KB
Original Source

TablePropertiesBase.TableCellSpacing Property

Gets or sets the Table.TableCellSpacing table property.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Nullable<Single>

A Single value or null , if not set.

|

See Also

TablePropertiesBase Interface

TablePropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace