Class LoadOptions

Info

ตัวเลือกสำหรับการโหลดไฟล์แม่แบบ.

public class LoadOptions

Inheritance

objectLoadOptions

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

เมื่อกำหนดเส้นทางที่ไม่เป็น null และไม่ว่างให้กับคุณสมบัตินี้, ค่าที่ตั้งไว้ก่อนหน้าสำหรับ Sheetize.LoadOptions.InputStream จะถูกละเลย

InputStream

Gets and sets the Stream of the template.

public Stream InputStream { get; set; }

Property Value

Stream

Remarks

เมื่อกำหนด Stream ที่ไม่เป็น null ให้กับคุณสมบัตินี้, ค่าที่ตั้งไว้ก่อนหน้าสำหรับ Sheetize.LoadOptions.InputFile จะถูกละเลย

Namespace: Sheetize Assembly: Sheetize.dll

 แบบไทย