CommentsCollection
Item Property (Int32)
|
Gets a comment object.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelComment this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ExcelComment
Get
public:
property ExcelComment^ default[int index] {
ExcelComment^ get (int index);
}
member Item : ExcelComment with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
ExcelComment
See Also