Style.Indent

Style.Indent property

Represents the m_IndentLevel level for the cell or range. Can only be an integer from 0 to 15.

public int Indent { get; set; }

Remarks

If text horizontal alignment type is set to value other than left or right, m_IndentLevel level will be reset to zero.

See Also