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; }
 
Public Property RelationShip As RelationShip
	Get
	Set
 
public:
property RelationShip RelationShip {
	RelationShip get ();
	void set (RelationShip value);
}
 
member RelationShip : RelationShip with get, set
 
 
 
Return Value
 
 Type:
 
RelationShip
 
 The current relationship type as a RelationShip enum value.
 
See Also