XlsChartFormat
DelimiterLength Property
|
Note: This API is now obsolete.
Gets the length of the delimiter.
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 int DelimiterLength { get; }
<ObsoleteAttribute("get and set are not implemented")>
Public ReadOnly Property DelimiterLength As Integer
Get
public:
[ObsoleteAttribute(L"get and set are not implemented")]
property int DelimiterLength {
int get ();
}
[<ObsoleteAttribute("get and set are not implemented")>]
member DelimiterLength : int with get
Return Value
Type:
Int32
The length of the delimiter. Note: Get and set are not implemented.
See Also