RangesCollection Methods |
The RangesCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Activate |
Activages a single cell, scroll to it and activates the respective sheet
To select a range of cells, use the Select method.
(Inherited from
XlsRangesCollection
.)
|
![]() |
Add(CellRange) |
Adds a range to the collection.
|
![]() |
Add(IXLSRange) |
Adds new range to the collection.
(Inherited from
XlsRangesCollection
.)
|
![]() |
AddComment |
Adds a comment to the range.
|
![]() |
AddRange(CellRange) |
Adds a range to the collection.
|
![]() |
AddRange(IXLSRange) |
Adds range to the collection.
(Inherited from
XlsRangesCollection
.)
|
![]() |
AutoFitColumns |
Autofits all columns.
(Inherited from
XlsRangesCollection
.)
|
![]() |
AutoFitRows |
Autofits all rows.
(Inherited from
XlsRangesCollection
.)
|
![]() |
BorderAround |
Sets around border for current range.
(Inherited from
XlsRangesCollection
.)
|
![]() |
BorderAround(LineStyleType) |
Sets around border for current range.
(Inherited from
XlsRangesCollection
.)
|
![]() |
BorderAround(LineStyleType, ExcelColors) |
Sets around border for current range.
(Inherited from
XlsRangesCollection
.)
|
![]() |
BorderAround(LineStyleType, Color) |
Sets around border for current range.
(Inherited from
XlsRangesCollection
.)
|
![]() |
BorderInside |
Sets inside border for current range.
(Inherited from
XlsRangesCollection
.)
|
![]() |
BorderInside(LineStyleType) |
Sets inside border for current range.
(Inherited from
XlsRangesCollection
.)
|
![]() |
BorderInside(LineStyleType, ExcelColors) |
Sets inside border for current range.
(Inherited from
XlsRangesCollection
.)
|
![]() |
BorderInside(LineStyleType, Color) |
Sets inside border for current range.
(Inherited from
XlsRangesCollection
.)
|
![]() |
BorderNone |
Sets none border for current range.
(Inherited from
XlsRangesCollection
.)
|
![]() |
Clear |
Removes all objects from the System.Collections.CollectionBase instance.
(Inherited from
CollectionBase
T
.)
|
![]() |
ClearConditionalFormats |
Clears conditional formats.
(Inherited from
XlsRangesCollection
.)
|
![]() |
Clone(Object) |
Creates copy of the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
Clone(Object, Dictionary String, String , XlsWorkbook) |
Clones current IXLSRange.
(Inherited from
XlsRangesCollection
.)
|
![]() |
CollapseGroup |
Collapses current group.
(Inherited from
XlsRangesCollection
.)
|
![]() |
Contains |
Determines whether the collection contains a specific item.
(Inherited from
CollectionBase
T
.)
|
![]() |
Copy(CellRange) |
Copies the range to the specified range.
|
![]() |
Copy(CellRange, Boolean) |
Copies the range to the specified range.
|
![]() |
Copy(CellRange, Boolean, Boolean) |
Copies the range to the specified range.
|
![]() |
CopyTo |
Copies the elements of the collection to an array, starting at a particular array index.
(Inherited from
CollectionBase
T
.)
|
![]() |
EnsureCapacity |
Enlarges internal storage if necessary.
(Inherited from
CollectionExtended
T
.)
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
ExpandGroup(GroupByType) |
Expands current group.
(Inherited from
XlsRangesCollection
.)
|
![]() |
ExpandGroup(GroupByType, ExpandCollapseFlags) |
Expands current group.
(Inherited from
XlsRangesCollection
.)
|
![]() |
ExportDataTable |
Obsolete.
Exports data to a DataTable based on the provided ExportTableOptions.
(Inherited from
XlsRangesCollection
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
FindAll(Boolean) |
This method seraches for the all cells with specified bool value.
(Inherited from
XlsRangesCollection
.)
|
![]() |
FindAll(DateTime) |
This method seraches for the all cells with specified DateTime value.
(Inherited from
XlsRangesCollection
.)
|
![]() |
FindAll(TimeSpan) |
This method seraches for the all cells with specified TimeSpan value.
(Inherited from
XlsRangesCollection
.)
|
![]() |
FindAll(Double, FindType) |
This method seraches for the all cells with specified double value.
(Inherited from
XlsRangesCollection
.)
|
![]() |
FindAll(String, FindType) |
This method seraches for the all cells with specified string value.
(Inherited from
XlsRangesCollection
.)
|
![]() |
FindAllBool |
Finds the cell with the input bool.
|
![]() |
FindAllDateTime |
Finds the cell with the input datetime.
|
![]() |
FindAllNumber |
Finds the cell with the input double.
|
![]() |
FindAllString |
Finds the cell with the input string.
|
![]() |
FindAllTimeSpan |
Finds the cell with input timespan
|
![]() |
FindBool |
Finds the cell with the input bool.
|
![]() |
FindDateTime |
Finds the cell with the input datetime.
|
![]() |
FindFirst(Boolean) |
This method seraches for the first cell with specified bool value.
(Inherited from
XlsRangesCollection
.)
|
![]() |
FindFirst(DateTime) |
This method seraches for the first cell with specified DateTime value.
(Inherited from
XlsRangesCollection
.)
|
![]() |
FindFirst(TimeSpan) |
This method seraches for the first cell with specified TimeSpan value.
(Inherited from
XlsRangesCollection
.)
|
![]() |
FindFirst(Double, FindType) |
This method seraches for the first cell with specified double value.
(Inherited from
XlsRangesCollection
.)
|
![]() |
FindFirst(String, FindType) |
This method seraches for the first cell with specified string value.
(Inherited from
XlsRangesCollection
.)
|
![]() |
FindNumber |
Finds the cell with the input double.
|
![]() |
FindParent(Type) |
Method used to find parent within a specific type.
(Inherited from
CollectionExtended
T
.)
|
![]() |
FindParent(Type, Boolean) |
Method used to find parent within a specific type.
(Inherited from
CollectionExtended
T
.)
|
![]() |
FindString |
Finds the cell with the input string.
|
![]() |
FindTimeSpan |
Finds the cell with the input time span.
|
![]() |
FreezePanes |
Freezes pane at the current range.
(Inherited from
XlsRangesCollection
.)
|
![]() |
GetColumnRows |
Retrieves an array of CellRange objects representing either columns or rows based on the provided flag.
(Inherited from
XlsRangesCollection
.)
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from
XlsRangesCollection
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetNewRangeLocation |
Gets new address of range.
(Inherited from
XlsRangesCollection
.)
|
![]() |
GetRectangles |
Returns array that contains information about range.
(Inherited from
XlsRangesCollection
.)
|
![]() |
GetRectanglesCount |
Returns number of rectangles returned by GetRectangles method.
(Inherited from
XlsRangesCollection
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
IndexOf |
Returns the zero-based index of the first occurrence of a specified item within the collection.
(Inherited from
CollectionBase
T
.)
|
![]() |
Insert |
Inserts an element into the list at the specified index.
(Inherited from
CollectionBase
T
.)
|
![]() |
Intersect(CellRange) |
Get intersection range with the specified range.
|
![]() |
Intersect(IXLSRange) |
Returns intersection of this range with the specified one.
(Inherited from
XlsRangesCollection
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
Merge |
Creates a merged cell from the specified Range object.
(Inherited from
XlsRangesCollection
.)
|
![]() |
Merge(Boolean) |
Creates a merged cell from the specified Range object.
(Inherited from
XlsRangesCollection
.)
|
![]() |
Merge(IXLSRange) |
Returns merge of this range with the specified one.
(Inherited from
XlsRangesCollection
.)
|
![]() |
Move(CellRange) |
Moves the cells to the specified Range.
|
![]() |
Move(CellRange, Boolean) |
Moves the cells to the specified Range.
|
![]() |
MoveTo |
Moves the current object to the specified destination range.
(Inherited from
XlsRangesCollection
.)
|
![]() |
OnClear |
OnClear is invoked before Clear behavior.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnClearComplete |
OnClear is invoked after Clear behavior.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnInsert |
Performs additional processes before inserting
a new element into the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnInsertComplete |
Performs additional processes after inserting
a new element into the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnRemove |
Performs additional processes before removing
an element from the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnRemoveComplete |
Performs additional processes after removing
an element from the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnSet |
Performs additional processes before setting
a value in the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnSetComplete |
Performs additional processes after setting a value in the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
Remove(CellRange) |
Removes range from the collection.
|
![]() |
Remove(IXLSRange) |
Removes range from the collection.
(Inherited from
XlsRangesCollection
.)
|
![]() |
RemoveAt |
Removes the element at the specified index of this instance.
(Inherited from
CollectionBase
T
.)
|
![]() |
SetParent |
Sets parent object for class.
(Inherited from
CollectionExtended
T
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
![]() |
UnMerge |
Separates a merged area into individual cells.
(Inherited from
XlsRangesCollection
.)
|