public class FilterColumn
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getFieldIndex()
Gets the column offset in the range.
|
java.lang.Object |
getFilter()
Gets the condition of filtering data.
|
int |
getFilterType()
Gets the type fo filtering data.
|
boolean |
getVisibledropdown()
Deprecated.
Use FilterColumn.IsDropdownVisible instead.
|
boolean |
isDropdownVisible()
Indicates whether the AutoFilter button for this column is visible.
|
void |
setDropdownVisible(boolean value)
Indicates whether the AutoFilter button for this column is visible.
|
void |
setFieldIndex(int value)
Sets the column offset in the range.
|
void |
setFilter(java.lang.Object value)
Sets the condition of filtering data.
|
void |
setFilterType(int value)
Sets the type fo filtering data.
|
void |
setVisibledropdown(boolean value)
Deprecated.
Use FilterColumn.IsDropdownVisible instead.
|
public boolean isDropdownVisible()
public void setDropdownVisible(boolean value)
public boolean getVisibledropdown()
Remarks
NOTE: This member is now obsolete. Instead, please use FilterColumn.IsDropdownVisible to check whether the AutoFilter button for this column is visible. This property will be removed 12 months later since September 2020. Aspose apologizes for any inconvenience you may have experienced.public void setVisibledropdown(boolean value)
Remarks
NOTE: This member is now obsolete. Instead, please use FilterColumn.IsDropdownVisible to check whether the AutoFilter button for this column is visible. This property will be removed 12 months later since September 2020. Aspose apologizes for any inconvenience you may have experienced.public java.lang.Object getFilter()
public void setFilter(java.lang.Object value)
public int getFilterType()
See FilterType.
public void setFilterType(int value)
See FilterType.
public int getFieldIndex()
public void setFieldIndex(int value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2001-2023. All Rights Reserved.