Description
Returns a Comments collection that contains all comments in the worksheet.C#
public Comments Comments{ get ; } |
vb.net
Public ReadOnly Property Comments() As Comments |
Examples
C#
Comments cmnts = ws.Comments; |
vb.net
Dim cmnts As Comments = ws.Comments |