CellStyleIndentation Property |
Gets or sets cell data indentation style.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic int Indentation { get; set; }
Public Property Indentation As Integer
Get
Set
Property Value
Int32
Remarks
Sets the offset of the cell content from any edge (boundary) of the cell, depending on the alignment settings.
The default value is "0".
See Also