Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates query filters in excel information sheet.
Syntax
protected void updateInformationSheetFilters(
ReqDemPlanExportBaseDataContract _dataContract,
str excelRangeFiltersHeading,
str excelRangeFilterNameColumnStart,
str excelRangeFilterValueColumnStart)
Run On
Called
Parameters
- _dataContract
Type: ReqDemPlanExportBaseDataContract Class
The data contract.
- 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.