WorkbookPart.TimeLineCacheParts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the TimeLineCacheParts of the WorkbookPart
public System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.Packaging.TimeLineCachePart> TimeLineCacheParts { get; }
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.Packaging.TimeLineCachePart> TimeLineCacheParts { get; }
member this.TimeLineCacheParts : seq<DocumentFormat.OpenXml.Packaging.TimeLineCachePart>
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
member this.TimeLineCacheParts : seq<DocumentFormat.OpenXml.Packaging.TimeLineCachePart>
Public ReadOnly Property TimeLineCacheParts As IEnumerable(Of TimeLineCachePart)
Property Value
- Attributes