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
'宣言
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "legacySpreadsheetColorIndex")> _
Public Property LegacySpreadsheetColorIndex As Int32Value
Get
Set
'使用
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