| 
TableFormat
PreferredWidth Property
  | 
 Gets or sets the preferred width of the table.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public PreferredWidth PreferredWidth { get; set; }
 
Public Property PreferredWidth As PreferredWidth
	Get
	Set
 
public:
property PreferredWidth^ PreferredWidth {
	PreferredWidth^ get ();
	void set (PreferredWidth^ value);
}
 
member PreferredWidth : PreferredWidth with get, set
 
 
 
Return Value
 
 Type:
 
PreferredWidth
 
 The preferred width of the table.
 
 See Also
See Also