Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ShapeText.AutoSize Property

Gets or sets a value indicating whether a shape or its text should be resized to fit the text within the shape’s bounds.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ShapeTextAutoSizeType AutoSize { get; set; }

Property Value

Type Description
ShapeTextAutoSizeType

A ShapeTextAutoSizeType enumeration member that specifies the auto-size mode.

Remarks

Note

The AutoSize property is ignored when a workbook is displayed in the SpreadsheetControl. However, you can set this property in code and save its value to a file for further processing in Microsoft Excel or another spreadsheet application.

See Also