ListDataFormat.IsPercent Property

Definition

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.

Applies to