WebPublishItem.SourceType Property
Web Source Type.Represents the attribte in schema: sourceType
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "sourceType")> _
Public Property SourceType As EnumValue(Of WebSourceValues)
Get
Set
'Применение
Dim instance As WebPublishItem
Dim value As EnumValue(Of WebSourceValues)
value = instance.SourceType
instance.SourceType = value
[SchemaAttrAttribute(, "sourceType")]
public EnumValue<WebSourceValues> SourceType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<WebSourceValues>
Returns EnumValue<T>.