Aspose::Cells::Properties::CustomProperty class
Contents
[
Hide
]CustomProperty class
Represents a custom property which store name and value pairs of arbitrary user-defined data for worksheet.
class CustomProperty
Methods
| Method | Description |
|---|---|
| CustomProperty(CustomProperty_Impl* impl) | Constructs from an implementation object. |
| CustomProperty(const CustomProperty& src) | Copy constructor. |
| GetBinaryValue() | Gets and sets the binary value of the custom property. |
| GetName() | Returns or sets the name of the object. |
| GetValue() | Returns or sets the value of the custom property. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const CustomProperty& src) | operator= |
| SetBinaryValue(const Vector <uint8_t>& value) | Gets and sets the binary value of the custom property. |
| SetName(const U16String& value) | Returns or sets the name of the object. |
| SetName(const char16_t* value) | Returns or sets the name of the object. |
| SetValue(const U16String& value) | Returns or sets the value of the custom property. |
| SetValue(const char16_t* value) | Returns or sets the value of the custom property. |
| ~CustomProperty() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++