Comments Comments Comments Interface
Definition
public interface class Comments : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024426-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Comments : System.Collections.IEnumerable
Public Interface Comments
Implements IEnumerable
- Attribute
- Implementiert
Hinweise
Verwendung der Comments Eigenschaft, um die Comments -Auflistung zurückzugeben. Use the Comments property to return the Comments collection.
Verwendung der AddComment(Object) -Methode, um einen Bereich einen Kommentar hinzufügen. Use the AddComment(Object) method to add a comment to a range.
Verwenden Sie Kommentare(index
), wobei index
wird der Kommentar darstellt, um einen einzelnen Kommentar aus der Comments -Auflistung zurückzugeben.
Use Comments(index
), where index
is the comment number, to return a single comment from the Comments collection.
Eigenschaften
_Default[Int32] _Default[Int32] _Default[Int32] |
Für die interne Verwendung reserviert. Reserved for internal use. |
Application Application Application |
Gibt ein Application -Objekt, das die Anwendung Microsoft Excel darstellt. Returns an Application object that represents the Microsoft Excel application. |
Count Count Count |
Gibt die Anzahl der Objekte in der Auflistung zurück. Returns the number of objects in the collection. |
Creator Creator Creator |
Gibt eine 32-Bit-Ganzzahl, die die Anwendung angibt, in der das Objekt erstellt wurde. Returns a 32-bit integer that indicates the application in which this object was created. |
Parent Parent Parent |
Gibt das übergeordnete Objekt für das angegebene Objekt zurück. Returns the parent object for the specified object. |
Methoden
GetEnumerator() GetEnumerator() GetEnumerator() | |
Item(Int32) Item(Int32) Item(Int32) |
Gibt ein einzelnes Objekt aus einer Auflistung zurück. Returns a single object from a collection. |