Specifies preferred width type
Namespace: Spire.DocAssembly: 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
| Member | 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
|