Partager via


HyperLinkColumn.FormatDataTextValue(Object) Méthode

Définition

Met en forme une légende de texte liée aux données à l’aide du format spécifié par la DataTextFormatString propriété.

protected:
 virtual System::String ^ FormatDataTextValue(System::Object ^ dataTextValue);
protected virtual string FormatDataTextValue(object dataTextValue);
abstract member FormatDataTextValue : obj -> string
override this.FormatDataTextValue : obj -> string
Protected Overridable Function FormatDataTextValue (dataTextValue As Object) As String

Paramètres

dataTextValue
Object

URL liée aux données à mettre en forme.

Retours

Légende de texte liée aux données au format spécifié par la DataTextFormatString propriété.

Remarques

Utilisez la FormatDataTextValue méthode pour mettre en forme une valeur de légende de texte liée aux données avec le format spécifié par la DataTextFormatString propriété.

S’applique à

Voir aussi