PivotReportFilter
FieldString Property
|
Represent the page field string of pivottable
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string FieldString { get; set; }
Public Property FieldString As String
Get
Set
public:
property String^ FieldString {
String^ get ();
void set (String^ value);
}
member FieldString : string with get, set
Property Value
Type:
String
See Also