AddFieldToArea
AddFieldToArea(GridPivotFieldType, int)
将字段添加到特定区域。
public int AddFieldToArea(GridPivotFieldType fieldType, int baseFieldIndex)
范围 | 类型 | 描述 |
---|---|---|
fieldType | GridPivotFieldType | 字段区域类型。 |
baseFieldIndex | Int32 | 基本字段中的字段索引。 |
返回值
特定字段中的字段位置。
也可以看看
- enum GridPivotFieldType
- class GridPivotTable
- 命名空间 Aspose.Cells.GridDesktop.Data
- 部件 Aspose.Cells.GridDesktop
AddFieldToArea(GridPivotFieldType, string)
将字段添加到特定区域。
public int AddFieldToArea(GridPivotFieldType fieldType, string fieldName)
范围 | 类型 | 描述 |
---|---|---|
fieldType | GridPivotFieldType | 字段区域类型。 |
fieldName | String | 基本字段中的名称。 |
返回值
特定字段中的字段位置。如果没有以它命名的字段,则返回-1。