CacheSource.Type Property
type.Represents the attribte in schema: type
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of SourceValues)
Get
Set
'Usage
Dim instance As CacheSource
Dim value As EnumValue(Of SourceValues)
value = instance.Type
instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<SourceValues> Type { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<SourceValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the cache type.
The possible values for this attribute are defined by the ST_SourceType simple type.