Encapsulates a collection of WebComment objects.
For a list of all members of this type, see WebComments Members.
System.Object
Aspose.Grid.Web.Data.WebComments
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Example
[C#]
WebComments comments = GridWeb1.WebWorksheets[0].Comments;
WebComment comment = comments[0];
[Visual Basic]
Dim comments as WebComments = GridWeb1.WebWorksheets(0).Comments
Dim comment as WebComment = comments(0)
Requirements
Namespace: Aspose.Grid.Web.Data
Assembly: Aspose.Grid.Web (in Aspose.Grid.Web.dll)
See Also
WebComments Members | Aspose.Grid.Web.Data Namespace