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