ExcelRangesCollectionAddRange Method |
Adds a range to the collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void AddRange(
ExcelRange range
)
Public Sub AddRange (
range As ExcelRange
)
Parameters
- range ExcelRange
- The ExcelRange to be added.
See Also