Table
PreferredWidth Property
|
This property specifies the preferred horizontal width of a table.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
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
Property Value
Type:
PreferredWidth
See Also