SPView.Formats-Eigenschaft
Ruft Sie Definitionen für Spalte und Zeile Formatierungen, mit denen in der Datenblattansicht.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Formats As String
Get
Set
'Usage
Dim instance As SPView
Dim value As String
value = instance.Formats
instance.Formats = value
public string Formats { get; set; }
Eigenschaftswert
Typ: System.String
Eine Collaborative Application Markup Language (CAML) -Zeichenfolge, die die Beschreibung der Spalte und Zeile Formatierungen enthält.
Hinweise
Die Formats -Eigenschaft entspricht dem CAML formatiert und enthält eine Zeichenfolge wie folgt aus:
<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>