RgbColor.Green Property

Definition

Green

Represents the following attribute in the schema: g

[DocumentFormat.OpenXml.SchemaAttr(0, "g")]
public DocumentFormat.OpenXml.Int32Value Green { get; set; }
public DocumentFormat.OpenXml.Int32Value Green { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "g")]
public DocumentFormat.OpenXml.Int32Value? Green { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("g")]
public DocumentFormat.OpenXml.Int32Value? Green { get; set; }
public DocumentFormat.OpenXml.Int32Value? Green { get; set; }
member this.Green : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "g")>]
member this.Green : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("g")>]
member this.Green : DocumentFormat.OpenXml.Int32Value with get, set
Public Property Green As Int32Value

Property Value

Returns Int32Value.

Attributes

Applies to