Interface IRanges
Represents a collection of ranges.
Inherited Members
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface IRanges : IRange, IParentApplication, IEnumerable<IRange>, IEnumerable
Properties
Item[Int32]
Returns the Range by index from the collection.
Declaration
IRange this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type |
---|
IRange |
Methods
Add(IRange)
Adds new range to the collection.
Declaration
void Add(IRange range)
Parameters
Type | Name | Description |
---|---|---|
IRange | range | Range to add. |
Remove(IRange)
Removes range from the collection.
Declaration
void Remove(IRange range)
Parameters
Type | Name | Description |
---|---|---|
IRange | range | Range to remove. |