[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageContentInfo

Class PageContentInfo

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represent a page content info.

public class PageContentInfo
Inheritance
object
PageContentInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

PageContentInfo()

Creates a page content info.

public PageContentInfo()

Properties

ColumnHeaderVisible

True if the column header is printed.

public bool ColumnHeaderVisible { get; set; }

Property Value

bool

Range

Returns or sets the range to be printed.

public IRange Range { get; set; }

Property Value

IRange

RowHeaderVisible

True if the column header is printed.

public bool RowHeaderVisible { get; set; }

Property Value

bool

TailColumnEnd

Returns or sets the end index of the columns which are printed at the right of the page.

public int TailColumnEnd { get; set; }

Property Value

int

TailColumnStart

Returns or sets the start index of the columns which are printed at the right of the page.

public int TailColumnStart { get; set; }

Property Value

int

TailRowEnd

Returns or sets the end index of the rows which are printed at the bottom of the page.

public int TailRowEnd { get; set; }

Property Value

int

TailRowStart

Returns or sets the start index of the rows which are printed at the bottom of the page.

public int TailRowStart { get; set; }

Property Value

int

TitleColumnEnd

Returns or sets the end index of the columns which are printed at the left of the page.

public int TitleColumnEnd { get; set; }

Property Value

int

TitleColumnStart

Returns or sets the start index of the columns which are printed at the left of the page.

public int TitleColumnStart { get; set; }

Property Value

int

TitleRowEnd

Returns or sets the end index of the rows which are printed at the top of the page.

public int TitleRowEnd { get; set; }

Property Value

int

TitleRowStart

Returns or sets the start index of the rows which are printed at the top of the page.

public int TitleRowStart { get; set; }

Property Value

int

ZoomFactor

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; }

Property Value

double