asposecells.api

Class WebExtensionProperty

Represents an Office Add-in custom property.

Property Getters/Setters Summary
methodgetName()
method
setName(value)
           Gets and set a custom property name.
methodgetValue()
method
setValue(value)
           Gets and sets a custom property value.
 

    • Property Getters/Setters Detail

      • getName/setName : String 

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

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