Comments Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of Comment objects that represent the comments in a selection, range, or document.
public interface class Comments : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020940-0000-0000-C000-000000000046")]
public interface Comments : System.Collections.IEnumerable
type Comments = interface
interface IEnumerable
Public Interface Comments
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the Comments property to return the Comments collection.
Use the Add(Range, Object) method to add a comment at the specified range.
Use Comments(index
), where index
is the index number, to return a single Comment object. The index number represents the position of the comment in the specified selection, range, or document.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Count |
Returns the number of items in the specified collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Item[Int32] |
Returns an individual object in a collection. |
Parent |
Returns an object that represents the parent object of the specified object. |
ShowBy |
Returns or sets the name of the reviewer whose comments are shown in the comments pane. |
Methods
Add(Range, Object) |
Returns a Comment object that represents a comment added to a range. |
GetEnumerator() |