Worksheet.AddAutoFilter
Worksheet.AddAutoFilter method
Sets the range to which the specified AutoFilter applies.
public void AddAutoFilter(int row, int startColumn, int endColumn)
Parameter | Type | Description |
---|---|---|
row | Int32 | header Row index. |
startColumn | Int32 | Start column index. |
endColumn | Int32 | End column Index. |
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop