Aspose::Cells::UnionRange::PutValue method
Contents
[
Hide
]UnionRange::PutValue(const U16String&, bool, bool) method
Puts a value into the range, if appropriate the value will be converted to other data type and cell’s number format will be reset.
void Aspose::Cells::UnionRange::PutValue(const U16String &stringValue, bool isConverted, bool setStyle)
Parameter | Type | Description |
---|---|---|
stringValue | const U16String& | Input value |
isConverted | bool | True: converted to other data type if appropriate. |
setStyle | bool | True: set the number format to cell’s style when converting to other data type |
See Also
- Class Vector
- Class U16String
- Class UnionRange
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
UnionRange::PutValue(const char16_t*, bool, bool) method
Puts a value into the range, if appropriate the value will be converted to other data type and cell’s number format will be reset.
void Aspose::Cells::UnionRange::PutValue(const char16_t *stringValue, bool isConverted, bool setStyle)
Parameter | Type | Description |
---|---|---|
stringValue | const char16_t* | Input value |
isConverted | bool | True: converted to other data type if appropriate. |
setStyle | bool | True: set the number format to cell’s style when converting to other data type |
See Also
- Class Vector
- Class UnionRange
- Namespace Aspose::Cells
- Library Aspose.Cells for C++