Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentControlLevel Enumeration

In This Topic
    ContentControlLevel Enumeration
    In This Topic
    Specifies the layout level of the content control.
    Syntax
    'Declaration
     
    Public Enum ContentControlLevel 
       Inherits System.Enum
    public enum ContentControlLevel : System.Enum 
    Members
    MemberDescription
    Block Block level content control.
    Cell Table cell level content control.
    Inline Inline level content control.
    Row Table row level content control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.ContentControlLevel

    See Also