Skip to main content

XlCellAlignment.RelativeIndent Property

Reserved for future use.

Gets or sets the additional indent value to add some extra space between the cell content and the cell edge.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public int RelativeIndent { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the relative indent for text in a cell.

Remarks

The RelativeIndent property is used only in a differential format that can be applied on top of or in addition to the existing cell formatting (for example, conditional formatting). Currently, the RelativeIndent property supports the internal infrastructure and is not intended to be used directly from your code.

To set the indentation of the cell content, use the XlCellAlignment.Indent property.

For more information on how to align data contained in a cell, refer to the How to: Align Cell Content topic.

See Also