Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLCommentShape Class / XLCommentShape Constructor / XLCommentShape Constructor(String)
The text contained in the new XLCommentShape.

In This Topic
    XLCommentShape Constructor(String)
    In This Topic
    Initializes a new instance of an XLCommentShape.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String _
    )
    public XLCommentShape( 
       string text
    )

    Parameters

    text
    The text contained in the new XLCommentShape.
    See Also