Aspose::Cells::WorksheetCollection::CreateRange method

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

Creates a Range object from an address of the range.

Range Aspose::Cells::WorksheetCollection::CreateRange(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::CreateRange(const char16_t*, int32_t) method

Creates a Range object from an address of the range.

Range Aspose::Cells::WorksheetCollection::CreateRange(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