Interface IXLSRanges
public interface IXLSRanges : IXLSRange, IExcelApplication, IEnumerable
- Inherited Members
Properties
this[int]
Returns item by index from the collection.
IXLSRange this[int index] { get; }
Parameters
index
int
Property Value
Methods
Remove(IXLSRange)
Removes range from the collection.
void Remove(IXLSRange range)
Parameters
range
IXLSRangeRange to remove.