ShapeTextParagraphFormat.LeftIndent Property
Gets or sets a paragraph’s left indent.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Single | A Single value representing the left indent in points. |
Remarks
Use the ShapeTextParagraphFormat.FirstLineIndent property to specify the indent for the paragraph’s first line.
See Also