[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PreferredWidthType

PreferredWidthType Enum

Specifies the unit of measurement for the preferred width of a table or cell.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum PreferredWidthType
Public Enum PreferredWidthType

Fields

Name Description
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.