Top10.FilterValue 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.
Filter Value
Represents the following attribute in the schema: filterVal
[DocumentFormat.OpenXml.SchemaAttr(0, "filterVal")]
public DocumentFormat.OpenXml.DoubleValue FilterValue { get; set; }
public DocumentFormat.OpenXml.DoubleValue FilterValue { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "filterVal")]
public DocumentFormat.OpenXml.DoubleValue? FilterValue { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("filterVal")]
public DocumentFormat.OpenXml.DoubleValue? FilterValue { get; set; }
public DocumentFormat.OpenXml.DoubleValue? FilterValue { get; set; }
member this.FilterValue : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "filterVal")>]
member this.FilterValue : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("filterVal")>]
member this.FilterValue : DocumentFormat.OpenXml.DoubleValue with get, set
Public Property FilterValue As DoubleValue
Property Value
Returns DoubleValue.
- Attributes