Compartir a través de


Connection.Background Property

Background Refresh.Represents the attribte in schema: background

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

Syntax

'Declaración
<SchemaAttrAttribute(, "background")> _
Public Property Background As BooleanValue
    Get
    Set
'Uso
Dim instance As Connection
Dim value As BooleanValue

value = instance.Background

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Connection Class

Connection Members

DocumentFormat.OpenXml.Spreadsheet Namespace