WorksheetDefinedNamesState

WorksheetDefinedNamesState

Overview

WorksheetDefinedNamesState เป็นคลาสใน Aspose.Cells FOSS สําหรับ C++.

เก็บสภาพชื่อที่กําหนดไว้สําหรับใบทํางาน (พื้นที่พิมพ์, แถวหัวข้อ, คอลัมน์หัวหน้า).

หมวดนี้ให้ 6 วิธีในการทํางานกับวัตถุ WorksheetDefinedNamesState ในโปรแกรม C++. วิธีการที่ใช้ได้แก่: GetPrintArea, GetPrintTitleColumns, GetPrintTitleRows, SetPrintArea, SetPrintTitleColumns, SetPrintTitleRows. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++.

Methods

SignatureDescription
GetPrintArea()std::stringได้หรือกําหนดพื้นที่รอยนิ้วมือ.
SetPrintArea(value: std::string)กําหนดค่าพื้นที่พิมพ์.
GetPrintTitleRows()std::stringได้รับหรือกําหนดแถวหัวข้อพิมพ์.
SetPrintTitleRows(value: std::string)กําหนดค่าของหัวข้อการพิมพ์แถว.
GetPrintTitleColumns()std::stringได้รับหรือกําหนดคอลัมน์หัวข้อพิมพ์.
SetPrintTitleColumns(value: std::string)กําหนดค่าคอลัมน์หัวข้อพิมพ์.

See Also

 ภาษาไทย