Protection.AllowInsertingHyperlinks Propriedade

Definição

Retorna True se a inserção de hiperlinks for permitida em uma planilha protegida.

public:
 property bool AllowInsertingHyperlinks { bool get(); };
public bool AllowInsertingHyperlinks { get; }
Public ReadOnly Property AllowInsertingHyperlinks As Boolean

Valor da propriedade

Boolean

Comentários

Os hiperlinks podem ser inseridos somente em células desbloqueadas ou desprotegidas em uma planilha protegida.

A propriedade AllowInsertingHyperlinks pode ser definida usando os Protect(Object, Object, Object) argumentos do método.

Aplica-se a