PivotConditionalFormat
scope Property
|
Specifies the scope of PivotTable conditional formatting rule.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ConditionalFormatScope scope { get; set; }
Public Property scope As ConditionalFormatScope
Get
Set
public:
property ConditionalFormatScope scope {
ConditionalFormatScope get ();
void set (ConditionalFormatScope value);
}
member scope : ConditionalFormatScope with get, set
Property Value
Type:
ConditionalFormatScope
See Also