XlsBitmapShape
IsDDE Property
|
Gets or sets a value indicating whether DDE (Dynamic Data Exchange) is enabled.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsDDE { get; set; }
Public Property IsDDE As Boolean
Get
Set
public:
property bool IsDDE {
bool get ();
void set (bool value);
}
member IsDDE : bool with get, set
Property Value
Type:
Boolean
See Also