Aspose::Cells::WorksheetCollection::CreateUnionRange method

WorksheetCollection::CreateUnionRange(const U16String&, int32_t) method

Creates a Range object from an address of the range.

UnionRange Aspose::Cells::WorksheetCollection::CreateUnionRange(const U16String &address, int32_t sheetIndex)
ParameterTypeDescription
addressconst U16String&The address of the range.
sheetIndexint32_tThe sheet index.

ReturnValue

A Range object

See Also

WorksheetCollection::CreateUnionRange(const char16_t*, int32_t) method

Creates a Range object from an address of the range.

UnionRange Aspose::Cells::WorksheetCollection::CreateUnionRange(const char16_t *address, int32_t sheetIndex)
ParameterTypeDescription
addressconst char16_t*The address of the range.
sheetIndexint32_tThe sheet index.

ReturnValue

A Range object

See Also