| 
CellWidthType Enumeration
  | 
 Specifies preferred width type
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public enum CellWidthType
 
Public Enumeration CellWidthType
 
public enum class CellWidthType
 
 
 
 
 Members
 Members
 
|  | Member name | Value | Description | 
|  | Auto | 1 | 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. | 
|  | Percentage | 2 | Preferred table width specified in percentage | 
|  | Point | 3 | Preferred table width specified in points | 
 
 
 See Also
See Also