[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.CellContent

Class CellContent

Namespace
GrapeCity.Documents.Word.Layout
Assembly
GcDocs.Word.Layout.dll

Represents the content of a table cell.

public class CellContent : LayoutElement
Inheritance
object
CellContent
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Blocks

Gets the list of cell's inner elements.

public List<BlockElement> Blocks { get; }

Property Value

System.Collections.Generic.List<T><BlockElement>