PivotCacheDefinition.LastRefreshedDateIso-Eigenschaft
refreshedDateIso, this property is only available in Office2010.Represents the attribte in schema: refreshedDateIso
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "refreshedDateIso")> _
Public Property LastRefreshedDateIso As DateTimeValue
Get
Set
'Usage
Dim instance As PivotCacheDefinition
Dim value As DateTimeValue
value = instance.LastRefreshedDateIso
instance.LastRefreshedDateIso = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "refreshedDateIso")]
public DateTimeValue LastRefreshedDateIso { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.DateTimeValue