PrintTitleRows

PageSetup.PrintTitleRows property

يمثل الصفوف التي تحتوي على الخلايا المراد تكرارها أعلى كل صفحة.

public string PrintTitleRows { get; set; }

أمثلة

[C#]

pageSetup.PrintTitleRows = "$1:$1";

[Visula Basic]

pageSetup.PrintTitleRows = "$1:$1"

أنظر أيضا