Click or drag to resize

CommentsRange AutoSize Property

Gets or sets a value indicating whether the size of the specified object is changed automatically to fit text within its boundaries.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool AutoSize { get; set; }

Return Value

Type: Boolean
true if the size of the specified object is changed automatically to fit text within its boundaries; otherwise, false.

Implements

IComment AutoSize
See Also