Created
October 19, 2012 12:45
-
-
Save karlitros/3918070 to your computer and use it in GitHub Desktop.
Creates an anchor point that your textbox will belong to.
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
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