FilterColumn
Visibledropdown Property
|
Indicates whether the AutoFilter button for this column is visible.
Namespace:
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool Visibledropdown { get; set; }
Public Property Visibledropdown As Boolean
Get
Set
public:
property bool Visibledropdown {
bool get ();
void set (bool value);
}
member Visibledropdown : bool with get, set
Property Value
Type:
Boolean
See Also