ShapeTextParagraphFormat.IndentLevel Property
Gets or sets the indent level of a bulleted list item.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer from 0 to 8 that is the paragraph’s indent level. |
Remarks
The IndentLevel property defines an indent level for a paragraph in a bulleted list. The maximum indent level is 8. The 0 indent level indicates a paragraph with no indentation.
Use the ShapeTextParagraphFormat.LeftIndent and ShapeTextParagraphFormat.FirstLineIndent properties to specify an indentation to a regular paragraph.
See Also