XLCommentShape Constructor(String)
In This Topic
Initializes a new instance of an
XLCommentShape.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public XLCommentShape(
string
)
Parameters
- text
- The text contained in the new XLCommentShape.
See Also