SeriesCollectionIsSynchronized Property Bytescout Spreadsheet SDK
Gets a value indicating whether access to the collection is synchronized (thread safe).

Namespace:  Bytescout.Spreadsheet.Charts
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public bool IsSynchronized { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if access to the collection is synchronized (thread safe); otherwise, false.

Implements

ICollectionIsSynchronized
See Also

Reference