Click or drag to resize

RuleValues Enumeration

Top N Evaluation Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum RuleValues
Members
Member nameValueDescription
None0 Top N None.

When the item is serialized out as xml, its value is "none".

All1 All.

When the item is serialized out as xml, its value is "all".

Row2 Row Top N.

When the item is serialized out as xml, its value is "row".

Column3 Column Top N.

When the item is serialized out as xml, its value is "column".

See Also