'宣言
Public Function New( _
ByVal text As System.String, _
ByVal x As System.Double, _
ByVal y As System.Double, _
ByVal width As System.Double, _
ByVal height As System.Double _
)
public XLCommentShape(
System.string text,
System.double x,
System.double y,
System.double width,
System.double height
)