Click or drag to resize

CellCollection IsSynchronized Property

Gets a value indicating whether access to the collection is synchronized (thread-safe).

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool IsSynchronized { get; }

Property Value

Type: Boolean

Implements

ICollection IsSynchronized
See Also