Share via


PivotFilter.UseWholeDay property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "useWholeDay")> _
Public Property UseWholeDay As BooleanValue
    Get
    Set
'Usage
Dim instance As PivotFilter
Dim value As BooleanValue

value = instance.UseWholeDay

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

Property value

Type: DocumentFormat.OpenXml.BooleanValue

See also

Reference

PivotFilter class

PivotFilter members

DocumentFormat.OpenXml.Office15.Excel namespace