WebExtensionBindingAppref Property |
Gets and sets the binding key used to map the binding entry in this list with the bound data in the document.
Namespace:
Aspose.Cells.WebExtensions
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string Appref { get; set; }
Public Property Appref As String
Get
Set
public:
property String^ Appref {
String^ get ();
void set (String^ value);
}
member Appref : string with get, set
Property Value
Type:
String
See Also