Table of Contents

TDataConnection.Deleted Property

Indicates whether the associated workbook connection has been deleted. Deleted connections contain only the attributes name and deleted=true, all other information is removed when saving the file. If a new connection is created with the same name as a deleted connection, then the deleted connection is overwritten by the new connection.

Syntax

Namespace: FlexCel.Core

public Boolean Deleted { get; set; }

See also