Class LoadOptions
Info
ตัวเลือกสำหรับการโหลดไฟล์แม่แบบ.
public class LoadOptions
Inheritance
Derived
Inherited Members
- object.ToString(),
- object.Equals(object),
- object.Equals(object, object),
- object.ReferenceEquals(object, object),
- object.GetHashCode(),
- object.GetType(),
- object.MemberwiseClone()
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
เมื่อกำหนดเส้นทางที่ไม่เป็น null และไม่ว่างให้กับคุณสมบัตินี้, ค่าที่ตั้งไว้ก่อนหน้าสำหรับ Sheetize.LoadOptions.InputStream จะถูกละเลย
InputStream
Gets and sets the Stream of the template.
public Stream InputStream { get; set; }
Property Value
Remarks
เมื่อกำหนด Stream ที่ไม่เป็น null ให้กับคุณสมบัตินี้, ค่าที่ตั้งไว้ก่อนหน้าสำหรับ Sheetize.LoadOptions.InputFile จะถูกละเลย
Namespace: Sheetize Assembly: Sheetize.dll