ExcelRangesCollectionRemoveRange Method |
Removes the range at the specified zero based index from collection.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public void RemoveRange(
int rangeIndex
)
Public Sub RemoveRange (
rangeIndex As Integer
)
Parameters
- rangeIndex
- Type: SystemInt32
The zero based index in collection from where to remove the range.
See Also