Cell beginShapeCell = shape.get_CellsSRC(1, 1, 0);Cell beginLineCell = shapeLine.get_CellsU("BeginX");Cell endLineCell = shapeLine.get_CellsU("EndX");beginLineCell.GlueTo(beginShapeCell);
额