Articles in this section
Category / Section

Does XlsIO provide support to change the indent level?

1 min read

Yes, XlsIO provides support to change the indent level. You can change the indent level by using the IndentLevel property of the CellStyle object. Please refer the following code snippet.

C#

//Text Indent Setting
sheet.Range["B6"].CellStyle.IndentLevel = 6;

VB

'Text Indent Setting
sheet.Range("B6").CellStyle.IndentLevel = 6

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied