ExcelWorksheetPageSetupPrintTitleColumns Property
Gets or sets the columns that contain the cells to be repeated on the left side of each page, as a string in A1 notation (e.g. $A:$B).
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public string PrintTitleColumns { get; set; }
Public Property PrintTitleColumns As String
Get
Set
public:
property String^ PrintTitleColumns {
String^ get ();
void set (String^ value);
}
member PrintTitleColumns : string with get, set
Property Value
String