 | CellGetCellRange(Int32, Int32, Int32, Int32) Method |
Get a list of cell addresses from a cell range
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
Syntaxpublic static IEnumerable<Address> GetCellRange(
int startColumn,
int startRow,
int endColumn,
int endRow
)
Parameters
- startColumn Int32
- Start column (zero based)
- startRow Int32
- Start row (zero based)
- endColumn Int32
- End column (zero based)
- endRow Int32
- End row (zero based)
Return Value
IEnumerableAddressList of cell addresses
ExceptionsException | Condition |
---|
RangeException | Throws a RangeException if the value of one passed address parts is out of range (A-XFD and 1 to 1048576) |
See Also