API Reference
Class
ExcelPrintTitles
Worksheet print title rows and columns.
Inheritance
- Object
- ExcelPrintTitles
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ExcelSheet.GetPrintTitles
Constructors
public ExcelPrintTitles() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int32> FirstRow { get; set; } #First repeated row, one-based.
public Nullable<Int32> LastRow { get; set; } #Last repeated row, one-based.
public Nullable<Int32> FirstColumn { get; set; } #First repeated column, one-based.
public Nullable<Int32> LastColumn { get; set; } #Last repeated column, one-based.
public Boolean HasRows { get; } #Whether repeated rows are configured.
public Boolean HasColumns { get; } #Whether repeated columns are configured.