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; }
Public Property FilterItemStrings As List(Of String)
Get
Set
public:
property List<String^>^ FilterItemStrings {
List<String^>^ get ();
void set (List<String^>^ value);
}
member FilterItemStrings : List<string> with get, set
Property Value
Type:
List
String
See Also