Specifies preferred width type

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum CellWidthType
Public Enumeration CellWidthType
public enum class CellWidthType
type CellWidthType

Members

MemberValueDescription
Auto1
No preferred width is specified. The width is derived from other table measurements where a preferred size is specified, as well as from the size of the table contents, and the constraining size of the container of the table.
Percentage2
Preferred table width specified in percentage
Point3
Preferred table width specified in points

See Also