Share via


ConditionalFormat.Scope Property

Definition

scope, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: scope

[DocumentFormat.OpenXml.SchemaAttr(0, "scope")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ScopeValues> Scope { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ScopeValues> Scope { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "scope")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ScopeValues>? Scope { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("scope")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ScopeValues>? Scope { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ScopeValues>? Scope { get; set; }
member this.Scope : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ScopeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "scope")>]
member this.Scope : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ScopeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("scope")>]
member this.Scope : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ScopeValues> with get, set
Public Property Scope As EnumValue(Of ScopeValues)

Property Value

Attributes

Applies to