ColorType.Tint Property
Tint.Represents the attribte in schema: tint
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "tint")> _
Public Property Tint As DoubleValue
Get
Set
'Usage
Dim instance As ColorType
Dim value As DoubleValue
value = instance.Tint
instance.Tint = value
[SchemaAttrAttribute(, "tint")]
public DoubleValue Tint { get; set; }
Property Value
Type: DocumentFormat.OpenXml.DoubleValue