Created
October 19, 2012 12:51
-
-
Save karlitros/3918092 to your computer and use it in GitHub Desktop.
Creates a textbox for NPOI, and puts something in it.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HSSFTextbox myTextBox = _patriarch.CreateTextbox(anchorpoint) as HSSFTextbox; | |
myTextBox.String = new HSSFRichTextString("Your text goes in here!"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment