Class LoadOptions

Class LoadOptions

Options for loading template file.
public class LoadOptions

Inheritance

object ← LoadOptions

Derived

Inherited Members

Constructors

LoadOptions()

public LoadOptions()

Properties

InputFile

Gets and sets the file(with path if needed) of the template.

public string InputFile { get; set; }

Property Value

string

Remarks

When setting a non-null and non-empty path to this property, the previously set value for Sheetize.LoadOptions.InputStream will be ignored.

InputStream

Gets and sets the Stream of the template.

public Stream InputStream { get; set; }

Property Value

Stream

Remarks

When setting a non-null Stream to this property, the previously set value for Sheetize.LoadOptions.InputFile will be ignored.

Namespace: Sheetize | Assembly: Sheetize.dll

 English