SpreadsheetFormatsAllEnumerable Class |
Implements IEnumerable generic interface, that enables a 'foreach' possibility for the SpreadsheetFormats type
Inheritance HierarchySystemObject GroupDocs.Editor.FormatsSpreadsheetFormatsAllEnumerable
Namespace: GroupDocs.Editor.FormatsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic sealed class AllEnumerable : IEnumerable<SpreadsheetFormats>,
IEnumerable
Public NotInheritable Class AllEnumerable
Implements IEnumerable(Of SpreadsheetFormats), IEnumerable
public ref class AllEnumerable sealed : IEnumerable<SpreadsheetFormats>,
IEnumerable
[<SealedAttribute>]
type AllEnumerable =
class
interface IEnumerable<SpreadsheetFormats>
interface IEnumerable
end
The SpreadsheetFormatsAllEnumerable type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | GetEnumerator |
Returns an enumerator for all supportable SpreadsheetFormats formats
|
See Also