Freigeben über


RuleValues-Enumeration

Top N Evaluation Type

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

Syntax

'Declaration
Public Enumeration RuleValues
'Usage
Dim instance As RuleValues
public enum RuleValues

Member

Membername Beschreibung
None Top N None. When the item is serialized out as xml, its value is "none".
All All. When the item is serialized out as xml, its value is "all".
Row Row Top N. When the item is serialized out as xml, its value is "row".
Column Column Top N. When the item is serialized out as xml, its value is "column".

Siehe auch

Referenz

DocumentFormat.OpenXml.Spreadsheet-Namespace