次の方法で共有


CustomSheetView.ColorId Property

Color Id.Represents the attribte in schema: colorId

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

Syntax

'宣言
<SchemaAttrAttribute(, "colorId")> _
Public Property ColorId As UInt32Value
    Get
    Set
'使用
Dim instance As CustomSheetView
Dim value As UInt32Value

value = instance.ColorId

instance.ColorId = value
[SchemaAttrAttribute(, "colorId")]
public UInt32Value ColorId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

CustomSheetView Class

CustomSheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace