Share via


RgbColorModelHex.LegacySpreadsheetColorIndex Property

legacySpreadsheetColorIndex, this property is only available in Office2010.Represents the attribte in schema: a14:legacySpreadsheetColorIndex

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "legacySpreadsheetColorIndex")> _
Public Property LegacySpreadsheetColorIndex As Int32Value
    Get
    Set
'Usage
Dim instance As RgbColorModelHex
Dim value As Int32Value

value = instance.LegacySpreadsheetColorIndex

instance.LegacySpreadsheetColorIndex = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "legacySpreadsheetColorIndex")]
public Int32Value LegacySpreadsheetColorIndex { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value

See Also

Reference

RgbColorModelHex Class

RgbColorModelHex Members

DocumentFormat.OpenXml.Drawing Namespace