pub fn combine_references(
a: &ReferenceType,
b: &ReferenceType,
) -> Result<ReferenceType, ExcelError>Expand description
Combine two references with the range operator ‘:’ Supports combining Cell:Cell, Cell:Range (and Range:Cell), and Range:Range on the same sheet. Returns #REF! for cross-sheet combinations or incompatible shapes.