Share via


ReqDemPlanExcelFileGenerator.updateInformationSheetFilters Method [AX 2012]

Updates query filters in excel information sheet.

Syntax

protected void updateInformationSheetFilters(
    ReqDemPlanExportBaseDataContract _dataContract, 
    str excelRangeFiltersHeading, 
    str excelRangeFilterNameColumnStart, 
    str excelRangeFilterValueColumnStart)

Run On

Called

Parameters

  • excelRangeFiltersHeading
    Type: str
    The excel range pointing to the filters header.
  • excelRangeFilterNameColumnStart
    Type: str
    The excel range pointing to the start of filter name column.
  • excelRangeFilterValueColumnStart
    Type: str
    The excel range pointing to the start of filter value column.

See Also

Reference

ReqDemPlanExcelFileGenerator Class