 | CellGetCellRange(Address, Address) Method |
Get a list of cell addresses from a cell range
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.3+98f265239ae8df4639650ecd7029244cc5e52dfc
Syntaxpublic static IEnumerable<Address> GetCellRange(
Address startAddress,
Address endAddress
)
Parameters
- startAddress Address
- Start address
- endAddress Address
- End address
Return Value
IEnumerableAddressList of cell addresses
ExceptionsException | Condition |
---|
FormatException | Throws a FormatException if a part of the passed addresses is malformed |
RangeException | Throws a RangeException if the value of one passed address is out of range (A-XFD and 1 to 1048576) |
See Also