LoadOptions.AutoFilter

LoadOptions.AutoFilter property

Indicates whether auto filtering the data when loading the files.

public bool AutoFilter { get; set; }

Remarks

Sometimes although autofilter is set, the corresponding rows is not hidden in the file. Now only works for SpreadSheetML file.

See Also