Class XNSV
- Namespace
- DocumentFormat.OpenXml.Linq
- Assembly
- DocumentFormat.OpenXml.Linq.dll
Declares XNamespace and XName fields for the xmlns:xnsv="http://schemas.microsoft.com/office/spreadsheetml/2019/namedsheetviews" namespace.
public static class XNSV
- Inheritance
-
XNSV
- Inherited Members
Fields
columnFilter
Represents the xnsv:columnFilter XML element.
public static readonly XName columnFilter
Field Value
- XName
Remarks
As an XML element, it:
dxf
Represents the xnsv:dxf XML element.
public static readonly XName dxf
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: columnFilter, sortRule.
- has the following child XML elements: alignment, border, extLst, fill, font, numFmt, protection.
- corresponds to the following strongly-typed classes: DifferentialFormatType.
extLst
Represents the xnsv:extLst XML element.
public static readonly XName extLst
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: columnFilter, namedSheetView, namedSheetViews, nsvFilter, sortRules.
- has the following child XML elements: ext.
- corresponds to the following strongly-typed classes: ExtensionList.
filter
Represents the xnsv:filter XML element.
public static readonly XName filter
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: columnFilter.
- has the following child XML elements: colorFilter, customFilters, dynamicFilter, extLst, filters, iconFilter, top10, customFilters, iconFilter.
- has the following XML attributes: colId, hiddenButton, showButton.
- corresponds to the following strongly-typed classes: FilterColumn.
namedSheetView
Represents the xnsv:namedSheetView XML element.
public static readonly XName namedSheetView
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: namedSheetViews.
- has the following child XML elements: extLst, nsvFilter.
- has the following XML attributes: id, name.
- corresponds to the following strongly-typed classes: NamedSheetView.
namedSheetViews
Represents the xnsv:namedSheetViews XML element.
public static readonly XName namedSheetViews
Field Value
- XName
Remarks
As an XML element, it:
- has the following child XML elements: extLst, namedSheetView.
- corresponds to the following strongly-typed classes: NamedSheetViews.
nsvFilter
Represents the xnsv:nsvFilter XML element.
public static readonly XName nsvFilter
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: namedSheetView.
- has the following child XML elements: columnFilter, extLst, sortRules.
- has the following XML attributes: filterId, ref, tableId.
- corresponds to the following strongly-typed classes: NsvFilter.
richSortCondition
Represents the xnsv:richSortCondition XML element.
public static readonly XName richSortCondition
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: sortRule.
- has the following XML attributes: customList, descending, dxfId_, iconId, iconSet, ref, richSortKey, sortBy.
- corresponds to the following strongly-typed classes: RichSortCondition.
sortCondition
Represents the xnsv:sortCondition XML element.
public static readonly XName sortCondition
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: sortRule.
- has the following XML attributes: customList, descending, dxfId_, iconId, iconSet, ref, sortBy.
- corresponds to the following strongly-typed classes: SortCondition.
sortRule
Represents the xnsv:sortRule XML element.
public static readonly XName sortRule
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: sortRules.
- has the following child XML elements: dxf, richSortCondition, sortCondition.
- has the following XML attributes: colId, id.
- corresponds to the following strongly-typed classes: SortRule.
sortRules
Represents the xnsv:sortRules XML element.
public static readonly XName sortRules
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: nsvFilter.
- has the following child XML elements: extLst, sortRule.
- has the following XML attributes: caseSensitive, sortMethod.
- corresponds to the following strongly-typed classes: SortRules.
xnsv
Defines the XML namespace associated with the xnsv prefix.
public static readonly XNamespace xnsv
Field Value
- XNamespace