CustomProperty class

CustomProperty class

Represents a custom property which store name and value pairs of arbitrary user-defined data for worksheet.

The CustomProperty type exposes the following members:

Properties

PropertyDescription
nameReturns or sets the name of the object.
string_valueReturns or sets the value of the custom property.
valueReturns or sets the value of the custom property.
binary_valueGets and sets the binary value of the custom property.

See Also