CalculationProperties.FullPrecision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Full Precision Calculation
Represents the following attribute in the schema: fullPrecision
[DocumentFormat.OpenXml.SchemaAttr(0, "fullPrecision")]
public DocumentFormat.OpenXml.BooleanValue FullPrecision { get; set; }
public DocumentFormat.OpenXml.BooleanValue FullPrecision { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "fullPrecision")]
public DocumentFormat.OpenXml.BooleanValue? FullPrecision { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("fullPrecision")]
public DocumentFormat.OpenXml.BooleanValue? FullPrecision { get; set; }
public DocumentFormat.OpenXml.BooleanValue? FullPrecision { get; set; }
member this.FullPrecision : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "fullPrecision")>]
member this.FullPrecision : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("fullPrecision")>]
member this.FullPrecision : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property FullPrecision As BooleanValue
Property Value
Returns BooleanValue.
- Attributes