XlsPageSetup
PrintTitleColumns Property
|
Returns or sets the columns that contain the cells to be repeated
on the left side of each page, as a string in A1-style notation
in the language of the macro. Read / write String.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string PrintTitleColumns { get; set; }
Public Property PrintTitleColumns As String
Get
Set
public:
virtual property String^ PrintTitleColumns {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract PrintTitleColumns : string with get, set
override PrintTitleColumns : string with get, set
Property Value
Type:
String
Implements
IPageSetup
PrintTitleColumns
See Also