Excel for WinRT
Comment Property


Gets or sets the comment text associated with the current named range.
Syntax
'Declaration
 
Public Property Comment As System.String
'Usage
 
Dim instance As XLNamedRange
Dim value As System.String
 
instance.Comment = value
 
value = instance.Comment
public System.string Comment {get; set;}
See Also

Reference

XLNamedRange Class
XLNamedRange Members

 

 


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

Product Support Forum  |  Documentation Feedback