2012-06-27 3 views

답변

0

ExcelDrawings은 제거 방법 갖는다 sheet.Drawings.Remove ("을 image1에");

// 
    // Summary: 
    //  Removes a drawing. 
    // 
    // Parameters: 
    // Drawing: 
    //  The drawing 
    public void Remove(ExcelDrawing Drawing); 
    // 
    // Summary: 
    //  Removes a drawing. 
    // 
    // Parameters: 
    // Index: 
    //  The index of the drawing 
    public void Remove(int Index); 
    // 
    // Summary: 
    //  Removes a drawing. 
    // 
    // Parameters: 
    // Name: 
    //  The name of the drawing 
    public void Remove(string Name); 
관련 문제