Back to Devexpress

SpreadsheetPivotTableFieldListStartPosition Enum

officefileapi-devexpress-dot-xtraspreadsheet-8c022d00.md

latest2.4 KB
Original Source

SpreadsheetPivotTableFieldListStartPosition Enum

Lists values used to specify the starting position of the PivotTable Field List.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum SpreadsheetPivotTableFieldListStartPosition
vb
Public Enum SpreadsheetPivotTableFieldListStartPosition

Members

NameDescription
ManualScreen

Specifies that the position of the PivotTable Field List is determined by the SpreadsheetPivotTableFieldListOptions.StartLocation property value relative to the upper-left corner of the screen.

| | ManualSpreadsheetControl |

Specifies that the position of the PivotTable Field List is determined by the SpreadsheetPivotTableFieldListOptions.StartLocation property value relative to the upper-left corner of the SpreadsheetControl.

| | CenterScreen |

Specifies that the PivotTable Field List should be displayed in the center of the screen.

| | CenterSpreadsheetControl |

Specifies that the PivotTable Field List should be displayed in the center of the SpreadsheetControl.

|

The following properties accept/return SpreadsheetPivotTableFieldListStartPosition values:

Remarks

The values listed by this enumeration are used by the SpreadsheetPivotTableFieldListOptions.StartPosition property.

See Also

DevExpress.XtraSpreadsheet Namespace