Enum PivotSourceType
PivotSourceType enumeration
Represents the source data type.
public enum PivotSourceType
Values
| Name | Value | Description |
|---|---|---|
| DataTable | 1 | Represents data source from a DataTable object. |
| DataView | 2 | Represents data source from a DataView object. |
| WorkSheet | 3 | Represents data source from a WebWorksheet objecet. |
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb