Skip to content

Instantly share code, notes, and snippets.

@karlitros
Created October 19, 2012 12:45
Show Gist options
  • Save karlitros/3918070 to your computer and use it in GitHub Desktop.
Save karlitros/3918070 to your computer and use it in GitHub Desktop.
Creates an anchor point that your textbox will belong to.
IClientAnchor anchorpoint = new HSSFClientAnchor(0, 0, 1023, 255, startingColNum, startingRowNum, endColNum, endRowNum);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment