Поделиться через


WorkbookProperties.RefreshAllConnections Property

Refresh all Connections on Open.Represents the attribte in schema: refreshAllConnections

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Декларация
<SchemaAttrAttribute(, "refreshAllConnections")> _
Public Property RefreshAllConnections As BooleanValue
    Get
    Set
'Применение
Dim instance As WorkbookProperties
Dim value As BooleanValue

value = instance.RefreshAllConnections

instance.RefreshAllConnections = value
[SchemaAttrAttribute(, "refreshAllConnections")]
public BooleanValue RefreshAllConnections { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

WorkbookProperties Class

WorkbookProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace