Class LoadOptions
Class LoadOptions
Options for loading template file.
public class LoadOptions
Inheritance
Derived
Inherited Members
- object.GetType() ,
- object.MemberwiseClone() ,
- object.ToString() ,
- object.Equals(object?) ,
- object.Equals(object?, object?) ,
- object.ReferenceEquals(object?, object?) ,
- object.GetHashCode()
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
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
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