Change Character Spacing of Excel TextBox or Shape with Golang via C++
Contents
[
Hide
]
You can change the character spacing of Excel textbox or shape using the TextOptions.GetSpacing() property.
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.