CacheSource.ConnectionId Property
connectionId.Represents the attribte in schema: connectionId
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "connectionId")> _
Public Property ConnectionId As UInt32Value
Get
Set
'Usage
Dim instance As CacheSource
Dim value As UInt32Value
value = instance.ConnectionId
instance.ConnectionId = value
[SchemaAttrAttribute(, "connectionId")]
public UInt32Value ConnectionId { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the index to the workbook connection. This attribute is used when the cache type is External.
The possible values for this attribute are defined by the XML Schema unsignedInt data type.