Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the number format that is displayed in the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property DisplayFormat As SPNumberFormatTypes
Get
Set
'Usage
Dim instance As SPFieldCalculated
Dim value As SPNumberFormatTypes
value = instance.DisplayFormat
instance.DisplayFormat = value
public SPNumberFormatTypes DisplayFormat { get; set; }
Property Value
Type: Microsoft.SharePoint.SPNumberFormatTypes
A SPNumberFormatTypes value that specifies a number format.