[]
Represent a page content info.
public class PageContentInfo
Creates a page content info.
public PageContentInfo()
True if the column header is printed.
public bool ColumnHeaderVisible { get; set; }
Returns or sets the range to be printed.
public IRange Range { get; set; }
True if the column header is printed.
public bool RowHeaderVisible { get; set; }
Returns or sets the end index of the columns which are printed at the right of the page.
public int TailColumnEnd { get; set; }
Returns or sets the start index of the columns which are printed at the right of the page.
public int TailColumnStart { get; set; }
Returns or sets the end index of the rows which are printed at the bottom of the page.
public int TailRowEnd { get; set; }
Returns or sets the start index of the rows which are printed at the bottom of the page.
public int TailRowStart { get; set; }
Returns or sets the end index of the columns which are printed at the left of the page.
public int TitleColumnEnd { get; set; }
Returns or sets the start index of the columns which are printed at the left of the page.
public int TitleColumnStart { get; set; }
Returns or sets the end index of the rows which are printed at the top of the page.
public int TitleRowEnd { get; set; }
Returns or sets the start index of the rows which are printed at the top of the page.
public int TitleRowStart { get; set; }
Returns or sets a Variant value that represents a percentage by which Document Solutions for Excel will scale the worksheet for printing.
public double ZoomFactor { get; set; }