次の方法で共有


SheetProperties.TransitionEntry Property

Transition Formula Entry.Represents the attribte in schema: transitionEntry

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

Syntax

'宣言
<SchemaAttrAttribute(, "transitionEntry")> _
Public Property TransitionEntry As BooleanValue
    Get
    Set
'使用
Dim instance As SheetProperties
Dim value As BooleanValue

value = instance.TransitionEntry

instance.TransitionEntry = value
[SchemaAttrAttribute(, "transitionEntry")]
public BooleanValue TransitionEntry { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SheetProperties Class

SheetProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace