Enqueue All Stylesheets Found In a Theme Folder

No. You need to specify each stylesheet that you want your theme to enqueue. Doing it automatically would almost certainly cause issues, since the order that CSS is loaded is very important to how styles are applied. If the correct loading order for your theme’s stylesheets just happened to be alphabetical order that might not be a problem, but it wouldn’t be the case for most themes.