Click or drag to resize

CustomFilterCollection RelationShip Property

Gets or sets the relationship type for the filter. It determines whether the conditions are combined using AND or OR logic.

Namespace: Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public RelationShip RelationShip { get; set; }

Return Value

Type: RelationShip
The current relationship type as a RelationShip enum value.
See Also