GridDisplayElementNumber.FormatType - Propriété
Obtient ou définit le format de la cellule.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public Property FormatType As FormatType
Get
Set
'Utilisation
Dim instance As GridDisplayElementNumber
Dim value As FormatType
value = instance.FormatType
instance.FormatType = value
public FormatType FormatType { get; set; }
Valeur de propriété
Type : Microsoft.PerformancePoint.Scorecards.FormatType
Le format de la cellule, tel que défini par l'énumération FormatType : Default, Number, Currencyou Percentage.
Voir aussi
Référence
GridDisplayElementNumber classe