次の方法で共有


RevisionCellChange.EndOfListFormulaUpdate Property

End of List Formula Update.Represents the attribte in schema: endOfListFormulaUpdate

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

Syntax

'宣言
<SchemaAttrAttribute(, "endOfListFormulaUpdate")> _
Public Property EndOfListFormulaUpdate As BooleanValue
    Get
    Set
'使用
Dim instance As RevisionCellChange
Dim value As BooleanValue

value = instance.EndOfListFormulaUpdate

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

RevisionCellChange Class

RevisionCellChange Members

DocumentFormat.OpenXml.Spreadsheet Namespace