Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class / IsAlive Property

In This Topic
    IsAlive Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public ReadOnly Property IsAlive As System.Boolean
    public System.bool IsAlive {get;}
    See Also