ExcelVmlDrawingComment Class

Office Open XML

Drawing object used for comments

Namespace:  OfficeOpenXml.Drawing.Vml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public class ExcelVmlDrawingComment : ExcelVmlDrawingBase
Visual Basic (Declaration)
Public Class ExcelVmlDrawingComment _
	Inherits ExcelVmlDrawingBase
Visual C++
public ref class ExcelVmlDrawingComment : public ExcelVmlDrawingBase

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml.Drawing.Vml..::.ExcelVmlDrawingBase
      OfficeOpenXml.Drawing.Vml..::.ExcelVmlDrawingComment
        OfficeOpenXml..::.ExcelComment

See Also