CellFormula.CalculateCell Property

Calculate Cell.Represents the attribte in schema: ca

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

Syntax

'Declaration
<SchemaAttrAttribute(, "ca")> _
Public Property CalculateCell As BooleanValue
    Get
    Set
'Usage
Dim instance As CellFormula
Dim value As BooleanValue

value = instance.CalculateCell

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CellFormula Class

CellFormula Members

DocumentFormat.OpenXml.Spreadsheet Namespace