Click or drag to resize

RuleValues Enumeration

Top N Evaluation Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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