This property specifies the preferred horizontal width of a table.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Property Value

PreferredWidth

See Also