Partager via


SPView.Formats - Propriété

Obtient ou définit les définitions utilisées pour la mise en forme de ligne et de colonne en mode feuille de données.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property Formats As String
    Get
    Set
'Utilisation
Dim instance As SPView
Dim value As String

value = instance.Formats

instance.Formats = value
public string Formats { get; set; }

Valeur de propriété

Type : System.String
Une chaîne de Langage CAML (Collaborative Application Markup Language) qui contient la description de la mise en forme de ligne et de colonne.

Remarques

La propriété Formats correspond à l'élément CAML met en forme et contient une chaîne comme suit :

<FormatDef Type="RowHeight" Value="67" />
<Format Name="Attachments">
   <FormatDef Type="ColWidth" Value="75" />
</Format>
<Format Name="LinkTitle">
   <FormatDef Type="WrapText" Value="1" />
   <FormatDef Type="ColWidth" Value="236" />
</Format>

Voir aussi

Référence

SPView classe

SPView - Membres

Microsoft.SharePoint - Espace de noms