SpreadsheetFormats.AllEnumerable

SpreadsheetFormats.AllEnumerable class

Implements IEnumerable generic interface, that enables a ‘foreach’ possibility for the SpreadsheetFormats type

public sealed class AllEnumerable : IEnumerable<SpreadsheetFormats>

Constructors

Name Description
AllEnumerable() The default constructor.

Methods

Name Description
GetEnumerator() Returns an enumerator for all supportable SpreadsheetFormats formats

See Also