Click or drag to resize

CSheet Class

Class which allows to set custom sheets from workbook for converting
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelCSheet

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public class CSheet

The CSheet type exposes the following members.

Constructors
 NameDescription
Public methodCSheet Creates object of class CSheet. By default all sheets from workbook will be converted
Top
Properties
 NameDescription
Public propertyPrintArea Set custom cells which will be exported into PDF or Word.
Top
Methods
 NameDescription
Public methodAll Convert all sheets from workbook
Public methodCustom Convert custom sheets from workbook
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodEven Convert even sheets from workbook
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodOdd Convert odd sheets from workbook
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also