PivotCacheDefinition.RefreshedDate Property

PivotCache Last Refreshed Date.Represents the attribte in schema: refreshedDate

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

Syntax

'Declaration
<SchemaAttrAttribute(, "refreshedDate")> _
Public Property RefreshedDate As DoubleValue
    Get
    Set
'Usage
Dim instance As PivotCacheDefinition
Dim value As DoubleValue

value = instance.RefreshedDate

instance.RefreshedDate = value
[SchemaAttrAttribute(, "refreshedDate")]
public DoubleValue RefreshedDate { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

PivotCacheDefinition Class

PivotCacheDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace