IPivotTableOptions
DataPosition Property
|
Specifies the position for the field representing multiple data field in the PivotTable,
whether that field is located in the row area or column area.
value start with 0 , -1 means the last position
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
short DataPosition { get; set; }
Property DataPosition As Short
Get
Set
property short DataPosition {
short get ();
void set (short value);
}
abstract DataPosition : int16 with get, set
Property Value
Type:
Int16
See Also