Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 609 Bytes

File metadata and controls

23 lines (16 loc) · 609 Bytes

KnownInputType enumeration

Specifies the known input type.

public enum KnownInputType

Values

name value description
Filename 0 Input file type as path
Stream 1 Input file type as stream
ByteArray 2 Input file type as byte array sequence
XlsxInput 3 Input file type as XlsxInput
NotSupported 4 Input file type not supported

See Also