PivotCacheDefinition.LastRefreshedDateIso Property
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
声明
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "refreshedDateIso")> _
Public Property LastRefreshedDateIso As DateTimeValue
Get
Set
用法
Dim instance As PivotCacheDefinition
Dim value As DateTimeValue
value = instance.LastRefreshedDateIso
instance.LastRefreshedDateIso = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "refreshedDateIso")]
public DateTimeValue LastRefreshedDateIso { get; set; }
Property Value
Type: DocumentFormat.OpenXml.DateTimeValue