TextProperties.SourceFile property
Namespace: DocumentFormat.OpenXml.Office15.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "sourceFile")> _
Public Property SourceFile As StringValue
Get
Set
'Usage
Dim instance As TextProperties
Dim value As StringValue
value = instance.SourceFile
instance.SourceFile = value
[SchemaAttrAttribute(, "sourceFile")]
public StringValue SourceFile { get; set; }
Property value
Type: DocumentFormat.OpenXml.StringValue