Click or drag to resize

SurveyPosition Enumeration

Defines the SurveyPosition enumeration.

Namespace: DocumentFormat.OpenXml.Office2013.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum SurveyPosition
Members
Member nameValueDescription
Absolute0 absolute.

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

Fixed1 fixed.

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

Relative2 relative.

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

Static3 static.

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

Inherit4 inherit.

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

See Also