Excel for WinRT
XLComment Constructor


Row that the comment applies to.
Column that the comment applies to.
Comment author.
Comment content.
Creates an instance of a XLComment object containing a specified range.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal author As System.String, _
   ByVal text As System.String _
)
'Usage
 
Dim row As System.Integer
Dim col As System.Integer
Dim author As System.String
Dim text As System.String
 
Dim instance As New XLComment(row, col, author, text)
public XLComment( 
   System.int row,
   System.int col,
   System.string author,
   System.string text
)

Parameters

row
Row that the comment applies to.
col
Column that the comment applies to.
author
Comment author.
text
Comment content.
See Also

Reference

XLComment Class
XLComment Members

 

 


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

Product Support Forum  |  Documentation Feedback