Click or drag to resize

RowFormat IsAutoResized Property

Note: This API is now obsolete.

Returns or sets the boolean value indicating if table is auto resized

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
[ObsoleteAttribute("RowFormat.IsAutoResized has been deprecated. If you want to set the preferred width of the table, please investigate the use of Table.PreferredWidth instead.")]
public bool IsAutoResized { get; set; }

Property Value

Type: Boolean
See Also