You can read the filter expression for every column with the iGAutoFilterManager1.ColAutoFilter(<column index>).FilterAsBase64String property. It returns a string in the special Base64 encoding that can be saved to a database. The same property is used later to restore the saved filter expression.