CustomXsn.CachedView Property
CachedView.Represents the element tag in schema: ntns:cached
Namespace: DocumentFormat.OpenXml.Office.CustomXsn
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property CachedView As CachedView
Get
Set
'Usage
Dim instance As CustomXsn
Dim value As CachedView
value = instance.CachedView
instance.CachedView = value
public CachedView CachedView { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office.CustomXsn.CachedView