QueryTableXls
AdjustColumnWidth Property
|
Returns or sets the AdjustColumnWidth of the object.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool AdjustColumnWidth { get; set; }
Public Property AdjustColumnWidth As Boolean
Get
Set
public:
property bool AdjustColumnWidth {
bool get ();
void set (bool value);
}
member AdjustColumnWidth : bool with get, set
Property Value
Type:
Boolean
See Also