Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / CellContent Class / Blocks Property

In This Topic
    Blocks Property (CellContent)
    In This Topic
    Gets the list of cell's inner elements.
    Syntax
    'Declaration
     
    Public ReadOnly Property Blocks As System.Collections.Generic.List(Of BlockElement)
    public System.Collections.Generic.List<BlockElement> Blocks {get;}
    See Also