IOleObject
OleObjectGuid Property
|
Gets the GUID associated with the OLE object.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Guid OleObjectGuid { get; }
ReadOnly Property OleObjectGuid As Guid
Get
property Guid OleObjectGuid {
Guid get ();
}
abstract OleObjectGuid : Guid with get
Property Value
Type:
Guid
See Also