ListDataFormat.IsPercent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Boolean value. Returns True only if the number data for the ListColumn object will be shown in percentage formatting. Read-only Boolean.
public:
property bool IsPercent { bool get(); };
public bool IsPercent { get; }
Public ReadOnly Property IsPercent As Boolean
Property Value
Remarks
This property is used only for lists that are linked to a Microsoft Windows SharePoint Services site.
In Excel, you cannot set any of the properties associated with the ListDataFormat object. You can set these properties, however, by modifying the list on the SharePoint site.