ConditionalFormat.Scope Property

Definition

Conditional Formatting Scope

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

Returns EnumValue<T>.

Attributes

Applies to