GridDisplayElement.Text - Propriété
Obtient ou définit le texte de l'élément de cellule.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public Property Text As String
Get
Set
'Utilisation
Dim instance As GridDisplayElement
Dim value As String
value = instance.Text
instance.Text = value
public string Text { get; set; }
Valeur de propriété
Type : System.String
Le texte de l'élément de cellule.