Class SaveOptions

Info

Options for saving file.

public class SaveOptions

Inheritance

objectSaveOptions

Derived

Inherited Members

Constructors

SaveOptions()

public SaveOptions()

Properties

OutputFile

Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, Sheetize.SaveOptions.OutputStream will be ignored.

public string OutputFile { get; set; }

Property Value

string

OutputStream

Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, Sheetize.SaveOptions.OutputFile will be ignored.

public Stream OutputStream { get; set; }

Property Value

Stream

Namespace: Sheetize Assembly: Sheetize.dll

 English