Worksheet.AddAutoFilter

Worksheet.AddAutoFilter method

Sets the range to which the specified AutoFilter applies.

public void AddAutoFilter(int row, int startColumn, int endColumn)
ParameterTypeDescription
rowInt32header Row index.
startColumnInt32Start column index.
endColumnInt32End column Index.

See Also