ExcelWorksheetPageSetupPrintTitleRows Property
Gets or sets the rows that contain the cells to be repeated at the top of each page, as a string in A1 notation (e.g. $1:$2).
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public string PrintTitleRows { get; set; }
Public Property PrintTitleRows As String
Get
Set
public:
property String^ PrintTitleRows {
String^ get ();
void set (String^ value);
}
member PrintTitleRows : string with get, set
Property Value
String