RemoveField
محتويات
[
يخفي
]RemoveField(PivotFieldType, string)
يزيل حقل من منطقة حقل محددة
public void RemoveField(PivotFieldType fieldType, string fieldName)
معامل | يكتب | وصف |
---|---|---|
fieldType | PivotFieldType | نوع منطقة الحقول. |
fieldName | String | الاسم في الحقول الأساسية. |
أنظر أيضا
- enum PivotFieldType
- class PivotTable
- مساحة الاسم Aspose.Cells.Pivot
- المجسم Aspose.Cells
RemoveField(PivotFieldType, int)
يزيل حقل من منطقة حقل محددة
public void RemoveField(PivotFieldType fieldType, int baseFieldIndex)
معامل | يكتب | وصف |
---|---|---|
fieldType | PivotFieldType | نوع منطقة الحقول. |
baseFieldIndex | Int32 | فهرس المجال في الحقول الأساسية. |
أنظر أيضا
- enum PivotFieldType
- class PivotTable
- مساحة الاسم Aspose.Cells.Pivot
- المجسم Aspose.Cells
RemoveField(PivotFieldType, PivotField)
إزالة الحقل من منطقة حقل معين
public void RemoveField(PivotFieldType fieldType, PivotField pivotField)
معامل | يكتب | وصف |
---|---|---|
fieldType | PivotFieldType | نوع منطقة الحقول. |
pivotField | PivotField | الحقل في الحقول الأساسية. |
أنظر أيضا
- enum PivotFieldType
- class PivotField
- class PivotTable
- مساحة الاسم Aspose.Cells.Pivot
- المجسم Aspose.Cells