AutoFilter.SetRange

AutoFilter.SetRange method

Sets the range to which the specified AutoFilter applies.

public void SetRange(int row, int startColumn, int endColumn)
ParameterTypeDescription
rowInt32Row index.
startColumnInt32Start column index.
endColumnInt32End column Index.

See Also