コード例 #1
0
ファイル: XSSFDrawing.cs プロジェクト: flowbywind/npoi
 private long newShapeId()
 {
     return(drawing.SizeOfTwoCellAnchorArray() + 1);
 }