com.spire.xls.core
Interface IComments

All Superinterfaces:
java.lang.Iterable
All Known Implementing Classes:
CommentsCollection, XlsCommentsCollection

public interface IComments
extends java.lang.Iterable


Method Summary
 ICommentShape get(int Index)
          Returns a single object from a collection.
 int getCount()
          Returns the number of objects in the collection.
 ICommentShape getItem(int iRow, int iColumn)
          Returns single entry from the collection by row and column one-based indexes.
 java.lang.Object getParent()
          Returns the parent object for the specified object.
 

Method Detail

getCount

int getCount()
Returns the number of objects in the collection. Read-only Long.


getParent

java.lang.Object getParent()
Returns the parent object for the specified object.


get

ICommentShape get(int Index)
Returns a single object from a collection.


getItem

ICommentShape getItem(int iRow,
                      int iColumn)
Returns single entry from the collection by row and column one-based indexes. Read-only.