







![]() ![]() |
EPPlus 3.0 |
ExcelPrinterSettings..::.RepeatRows Property |
ExcelPrinterSettings Class See Also Send Feedback |
Print titles
Rows to be repeated after each pagebreak.
The address must be a full row address (ex. 1:1)
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelAddress RepeatRows { get; set; } |
Visual Basic (Declaration) |
---|
Public Property RepeatRows As ExcelAddress |
Visual C++ |
---|
public: property ExcelAddress^ RepeatRows { ExcelAddress^ get (); void set (ExcelAddress^ value); } |