Click or drag to resize

ExcelToPdfCSheet Class

Class which allows to set custom sheets from workbook for converting
Inheritance Hierarchy
SystemObject
  SautinSoftExcelToPdfCSheet

Namespace:  SautinSoft
Assembly:  SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2023.11.22
Syntax
public class CSheet

The ExcelToPdfCSheet type exposes the following members.

Constructors
  NameDescription
Public methodExcelToPdfCSheet
Creates object of class CSheet. By default all sheets from workbook will be converted
Top
Properties
  NameDescription
Public propertyCode examplePrintArea
Set custom cells which will be exported into PDF or Word.
Top
Methods
  NameDescription
Public methodCode exampleAll
Convert all sheets from workbook
Public methodCode exampleCustom
Convert custom sheets from workbook
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodCode exampleEven
Convert even sheets from workbook
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleOdd
Convert odd sheets from workbook
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also