aspose.cells

Class WebExtensionProperty

Represents an Office Add-in custom property.

Property Getters/Setters Summary
functiongetName()
function
setName(value)
           Gets and set a custom property name.
functiongetValue()
function
setValue(value)
           Gets and sets a custom property value.
 

    • Property Getters/Setters Detail

      • getName/setName : String 

        function getName() / function setName(value)
        
        Gets and set a custom property name.
      • getValue/setValue : String 

        function getValue() / function setValue(value)
        
        Gets and sets a custom property value.