Share via


ListDataFormat.IsPercent Property

Returns a Boolean value. Returns True only if the number data for the ListColumn object will be shown in percentage formatting. Read-only Boolean.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property IsPercent As Boolean
    Get
'Usage
Dim instance As ListDataFormat
Dim value As Boolean

value = instance.IsPercent
bool IsPercent { get; }

Property Value

Type: System.Boolean

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.

See Also

Reference

ListDataFormat Interface

ListDataFormat Members

Microsoft.Office.Interop.Excel Namespace