Package com.grapecity.documents.excel
Interface IAreas
Represents a collection of ranges, each of which represent a single contiguous range of one or more cells.
-
Method Details
-
getAreaCount
int getAreaCount()Returns the number of instances of IRange represented by this area. -
getArea
Returns the zero based instance ofIRangespecified by index.
-