Skip to content

Instantly share code, notes, and snippets.

@karlitros
Created October 19, 2012 12:51
Show Gist options
  • Save karlitros/3918092 to your computer and use it in GitHub Desktop.
Save karlitros/3918092 to your computer and use it in GitHub Desktop.
Creates a textbox for NPOI, and puts something in it.
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