Table of Contents

Interface IXLSRanges

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
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

IXLSRange

Methods

Remove(IXLSRange)

Removes range from the collection.

void Remove(IXLSRange range)

Parameters

range IXLSRange

Range to remove.