Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll

Table Layout
C#
public enum TableLayout
ConstanteDescripción
AutoBrowsers use an automatic table layout algorithm. The column width is set by the widest unbreakable content in the cells. The content will dictate the layout
FixedSets a fixed table layout algorithm.The table and column widths are set by the widths of table and col or by the width of the first row of cells.Cells in other rows do not affect column widths.If no widths are present on the first row, the column widths are divided equally across the table, regardless of content inside the cells
InheritInherits this property from its parent element.
InitialSets this property to its default value.