Click or drag to resize

HTMLOptions IsFixedTableColWidth Property

Gets or sets whether the width of td is fixed : If true, the width of td is fixed, same as width of column in excel view. If false, the width of td is not fixed. Default is false.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsFixedTableColWidth { get; set; }

Property Value

Type: Boolean
See Also