PrintTitleRows
PageSetup.PrintTitleRows property
表示包含要在每页顶部重复的单元格的行。
public string PrintTitleRows { get; set; }
例子
[C#]
pageSetup.PrintTitleRows = "$1:$1";
[Visula Basic]
pageSetup.PrintTitleRows = "$1:$1"
也可以看看
- class PageSetup
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells