ICSS2Properties.TableLayout

ICSS2Properties.TableLayout property

The ’table-layout’ property controls the algorithm used to lay out the table cells, rows, and columns. Values have the following meaning:

fixed - Use the fixed table layout algorithmauto - Use any automatic table layout algorithm

public string TableLayout { get; set; }

Return Value

table-layout property

See Also