Partager via


Top10.Percent Property

Returns or sets a Boolean value, specifying if the rank is determined by a percentage value.

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

Syntax

'Declaration
Property Percent As Boolean
    Get
    Set
'Usage
Dim instance As Top10
Dim value As Boolean

value = instance.Percent

instance.Percent = value
bool Percent { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Top10 Interface

Top10 Members

Microsoft.Office.Interop.Excel Namespace