Back to Devexpress

LayoutTableCell Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-36b12e12.md

latest2.0 KB
Original Source

LayoutTableCell Class

Layout element that relates to a TableCell object.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutTableCell :
    RangedLayoutElementBase
vb
Public Class LayoutTableCell
    Inherits RangedLayoutElementBase

Remarks

Use DocumentLayout.GetElement, DocumentLayout.GetElement<T> methods or the LayoutVisitor and LayoutIterator objects to access the LayoutTableCell element.

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase LayoutTableCell

See Also

LayoutTableCell Members

DevExpress.XtraRichEdit.API.Layout Namespace