Share via


Connection.ExcludeFromRefreshAll property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "excludeFromRefreshAll")> _
Public Property ExcludeFromRefreshAll As BooleanValue
    Get
    Set
'Usage
Dim instance As Connection
Dim value As BooleanValue

value = instance.ExcludeFromRefreshAll

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

Property value

Type: DocumentFormat.OpenXml.BooleanValue

See also

Reference

Connection class

Connection members

DocumentFormat.OpenXml.Office15.Excel namespace