ITextFrame
AutoSize Property
|
Gets or sets a value indicating whether the control should automatically adjust its size to fit its contents.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool AutoSize { get; set; }
Property AutoSize As Boolean
Get
Set
property bool AutoSize {
bool get ();
void set (bool value);
}
abstract AutoSize : bool with get, set
Property Value
Type:
Boolean
See Also