ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCommentShape Class / XLCommentShape Constructor / XLCommentShape Constructor(String,Rect)
The text contained in the new XLCommentShape.
The rectangle that specifies the image size and position with respect to the cell, in twips.

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

    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