| 
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
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; }
 
<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 Property IsAutoResized As Boolean
	Get
	Set
 
public:
[ObsoleteAttribute(L"RowFormat.IsAutoResized has been deprecated. If you want to set the preferred width of the table, please investigate the use of Table.PreferredWidth instead.")]
property bool IsAutoResized {
	bool get ();
	void set (bool value);
}
 
[<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.")>]
member IsAutoResized : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also