XLCommentShape Constructor(String,Rectangle)
In This Topic
Initializes a new instance of an
XLCommentShape.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Drawing.Rectangle _
)
public XLCommentShape(
System.string ,
System.Drawing.Rectangle
)
Parameters
- text
- The text contained in the new XLCommentShape.
- rc
- The rectangle that specifies the image size and position with respect to the cell, in twips.
See Also