Top10.Percent Property

Filter by Percent.Represents the attribte in schema: percent

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "percent")> _
Public Property Percent As BooleanValue
    Get
    Set
'Usage
Dim instance As Top10
Dim value As BooleanValue

value = instance.Percent

instance.Percent = value
[SchemaAttrAttribute(, "percent")]
public BooleanValue Percent { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Top10 Class

Top10 Members

DocumentFormat.OpenXml.Spreadsheet Namespace