Interface IComments
public interface IComments : IEnumerable
- Inherited Members
Properties
Count
int Count { get; }
Property Value
this[int]
ICommentShape this[int Index] { get; }
Parameters
Index
int
Property Value
this[int, int]
ICommentShape this[int iRow, int iColumn] { get; }
Parameters
Property Value
Parent
object Parent { get; }