ThreadedCommentAuthorCollection.Item
ThreadedCommentAuthorCollection indexer (1 of 2)
Gets the person who create threaded comments.
public ThreadedCommentAuthor this[int index] { get; }
Parameter | Description |
---|---|
index | The index |
See Also
- class ThreadedCommentAuthor
- class ThreadedCommentAuthorCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
ThreadedCommentAuthorCollection indexer (2 of 2)
Gets the person who create threaded comments.
public ThreadedCommentAuthor this[string name] { get; }
Parameter | Description |
---|---|
name | The name of the author. |
See Also
- class ThreadedCommentAuthor
- class ThreadedCommentAuthorCollection
- namespace Aspose.Cells
- assembly Aspose.Cells