com.spire.xls.core
Interface IXLSRanges

All Known Implementing Classes:
XlsRangesCollection

public interface IXLSRanges

Represents a collection of ranges.


Method Summary
 IXLSRange get(int index)
          Returns item by index from the collection.
 void remove(IXLSRange range)
          Removes range from the collection.
 

Method Detail

remove

void remove(IXLSRange range)
Removes range from the collection.

Parameters:
range - Range to remove.

get

IXLSRange get(int index)
Returns item by index from the collection.