OdsPageBackgroundIsLink Property |
Indicates whether it's a linked graphic.
Namespace:
Aspose.Cells.Ods
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool IsLink { get; }
Public ReadOnly Property IsLink As Boolean
Get
public:
property bool IsLink {
bool get ();
}
member IsLink : bool with get
Property Value
Type:
Boolean
See Also