Namespace: Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool HasSecondCondition { get; }
Public ReadOnly Property HasSecondCondition As Boolean
	Get
public:
property bool HasSecondCondition {
	bool get ();
}
member HasSecondCondition : bool with get

Property Value

Boolean

See Also