Click or drag to resize

PivotReportFilter FilterItemStrings Property

Represent the filter field string collection.When IsMultipleSelect is false,Only the first value of string array will be used. The possible value must be from field values

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public List<string> FilterItemStrings { get; set; }

Property Value

Type: List String
See Also