Change Character Spacing of Excel TextBox or Shape with Golang via C++
Contents
[
Hide
]
You can change the character spacing of an Excel text box or shape using the TextOptions.GetSpacing() property.
The following sample code changes the character spacing of the text box in an Excel file to 4 points and then saves it on disk.