API Reference

Class

ExcelPrintTitles

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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

Constructors

public ExcelPrintTitles() #

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.