aspose.cells

Class CustomProperty

Represents identifier information.

Property Getters/Setters Summary
functiongetBinaryValue()
function
          
functiongetName()
function
setName(value)
           Returns or sets the name of the object.
functiongetStringValue()
function
           Returns or sets the value of the custom property.
functiongetValue()
function
setValue(value)
           Returns or sets the value of the custom property.
 

    • Property Getters/Setters Detail

      • getName/setName : String 

        function getName() / function setName(value)
        
        Returns or sets the name of the object.
      • getStringValue/setStringValue : String 

        function getStringValue() / function setStringValue(value)
        
        Returns or sets the value of the custom property. NOTE: This member is now obsolete. Instead, please use CustomProperty.Value property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.
      • getValue/setValue : String 

        function getValue() / function setValue(value)
        
        Returns or sets the value of the custom property.
      • getBinaryValue/setBinaryValue : byte[] 

        function getBinaryValue() / function setBinaryValue(value)