Class XlsCommentsCollection
- Namespace
- Spire.Xls.Core.Spreadsheet.Collections
- Assembly
- Spire.XLS.dll
public class XlsCommentsCollection : CollectionExtended<XlsComment>, IList<XlsComment>, ICollection<XlsComment>, IEnumerable<XlsComment>, IExcelApplication, ICloneParent, IComments, IEnumerable
- Inheritance
-
XlsCommentsCollection
- Implements
- Derived
- Inherited Members
Properties
this[int]
public ICommentShape this[int index] { get; }
Parameters
index
int
Property Value
this[int, int]
public ICommentShape this[int iRow, int iColumn] { get; }
Parameters
Property Value
this[string]
public ICommentShape this[string name] { get; }
Parameters
name
string
Property Value
Methods
AddComment(IXLSRange)
protected ICommentShape AddComment(IXLSRange parentRange)
Parameters
parentRange
IXLSRange
Returns
AddComment(int, int)
Adds comment to the specified range.
public ICommentShape AddComment(int iRow, int iColumn)
Parameters
Returns
- ICommentShape
Newly created comment shape.
AddComment(int, int, bool)
public ICommentShape AddComment(int iRow, int iColumn, bool bIsParseOptions)
Parameters
Returns
Remove(ICommentShape)
protected void Remove(ICommentShape comment)
Parameters
comment
ICommentShape