[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.RangeBase.IsAlive

IsAlive Property

IsAlive

Gets a value indicating whether this range is alive and can be used.

If this range is a PersistentRange, this property always returns true.

If this range is a Range (created by a call to GetRange()) it can become unusable if its content is deleted. In that case this property will return false.

Declaration
public bool IsAlive { get; }
Public ReadOnly Property IsAlive As Boolean