XlsShape
IsShortVersion Property
|
Note: This API is now obsolete.
Indiicates whether it is short version of the shape
(without obj and maybe some other properties).
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public bool IsShortVersion { get; set; }
<ObsoleteAttribute("the method is not implemented")>
Public Property IsShortVersion As Boolean
Get
Set
public:
[ObsoleteAttribute(L"the method is not implemented")]
property bool IsShortVersion {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("the method is not implemented")>]
member IsShortVersion : bool with get, set
Property Value
Type:
Boolean
See Also