Skip to main content
Row

ShapeTextParagraphFormat.LeftIndent Property

Gets or sets a paragraph’s left indent.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

float LeftIndent { get; set; }

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