Aspose::Cells::Pivot::PivotField::SetDragToRow method

PivotField::SetDragToRow method

Indicates whether the specified field can be dragged to the row region. The default value is true.

Deprecated

Use PivotField.AllowDraggingToRow property instead.

void Aspose::Cells::Pivot::PivotField::SetDragToRow(bool value)

Remarks

NOTE: This property is now obsolete. Instead, please use PivotField.AllowDraggingToRow property instead. This method will be removed 12 months later since July 2026. Aspose apologizes for any inconvenience you may have experienced.

See Also