Excel for WinRT
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.
Initializes a new instance of an XLCommentShape.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String, _
   ByVal rc As Windows.Foundation.Rect _
)
'Usage
 
Dim text As System.String
Dim rc As Windows.Foundation.Rect
 
Dim instance As New XLCommentShape(text, rc)
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

Reference

XLCommentShape Class
XLCommentShape Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback