AutoFiltersCollection
Item Property
|
Get auto filter item..
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IAutoFilter this[
int columnIndex
] { get; }
Public ReadOnly Default Property Item (
columnIndex As Integer
) As IAutoFilter
Get
public:
property IAutoFilter^ default[int columnIndex] {
IAutoFilter^ get (int columnIndex);
}
member Item : IAutoFilter with get
Parameters
-
columnIndex
-
Type:
System
Int32
Property Value
Type:
IAutoFilter
See Also