XlsChartFrameFormat
InnerLayoutTarget Property
|
Note: This API is now obsolete.
Gets or sets the inner layout target. Note: This property is obsolete and the get and set operations are not implemented.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("get and set are not implemented")]
public bool InnerLayoutTarget { get; set; }
<ObsoleteAttribute("get and set are not implemented")>
Public Property InnerLayoutTarget As Boolean
Get
Set
public:
[ObsoleteAttribute(L"get and set are not implemented")]
property bool InnerLayoutTarget {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("get and set are not implemented")>]
member InnerLayoutTarget : bool with get, set
Return Value
Type:
Boolean
A boolean value representing the inner layout target.
See Also