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

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