Change Character Spacing of Excel TextBox or Shape
Contents
[
Hide
]
You can change the character spacing of excel textbox or shape using the FontSetting.TextOptions.Spacing property.
Change Character Spacing of Excel TextBox or Shape
The following sample code changes the character spacing of the text box in an excel file to point 4 and then saves it on disk.
The following screenshot shows how the sample excel file looks before the execution of the code.
The following screenshot shows how the output excel file looks after the execution of the code.