icomments-ag凯发旗舰厅



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.


网站地图