A Sandcastle Documented Class Library
PrintOptions Class
Namespaces ► Yogesh.ExcelXml ► PrintOptions
Gets or sets various sheet printing options

C# | Visual Basic | Visual C++ |
public class PrintOptions
Public Class PrintOptions
public ref class PrintOptions

All Members | Constructors | Methods | Properties | ||
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
PrintOptions()()() |
|
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() |
GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Layout |
Gets or sets page layout
|
![]() |
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Orientation |
Gets or sets page orientation
|
![]() |
ResetHeaders()()() |
Resets header rows/columns.
|
![]() |
ResetMargins()()() |
Resets print margins
|
![]() |
SetFitToPage(Int32, Int32) |
Sets excel's fit to page property
|
![]() |
SetHeaderFooterMargins(Double, Double) |
Sets print header and footer margins
|
![]() |
SetMargins(Double, Double, Double, Double) |
Sets print margins
|
![]() |
SetScaleToSize(Int32) |
Sets excel's scale or zoom property
|
![]() |
SetTitleColumns(Int32, Int32) |
Sets print header columns which are repeated at left on every page
|
![]() |
SetTitleRows(Int32, Int32) |
Sets print header rows which are repeated at top on every page
|
![]() |
ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) |

Object | |
![]() |
PrintOptions |