ComponentOne Excel for UWP
XLComment Constructor

C1.UWP.Excel Assembly > C1.Xaml.Excel Namespace > XLComment Class : 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 _
)
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