Aspose::Cells::WorksheetCollection::CreateUnionRange method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
address | const U16String& | The address of the range. |
sheetIndex | int32_t | The sheet index. |
ReturnValue
A Range object
See Also
- Class UnionRange
- Class Vector
- Class U16String
- Class WorksheetCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
address | const char16_t* | The address of the range. |
sheetIndex | int32_t | The sheet index. |
ReturnValue
A Range object
See Also
- Class UnionRange
- Class Vector
- Class WorksheetCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++