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

In This Topic
    PreferredWidthType Enumeration
    In This Topic
    Specifies the unit of measurement for the preferred width of a table or cell.
    Syntax
    'Declaration
     
    Public Enum PreferredWidthType 
       Inherits System.Enum
    public enum PreferredWidthType : System.Enum 
    Members
    MemberDescription
    Auto The preferred width is not specified. The actual width of the table or cell is either specified using the explicit width or will be determined automatically by the table layout algorithm when the table is displayed, depending on the table auto fit setting.
    None Value is zero.
    Percent Measure the current item width using a specified percentage.
    Points Measure the current item width using a specified number of points.
    Inheritance Hierarchy

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

    See Also