Click or drag to resize

CSheetPrintedArea Class

Allows to specify which custom sheets and cells will be exported into PDF, Word
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelCSheetPrintedArea

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

The CSheetPrintedArea type exposes the following members.

Constructors
 NameDescription
Public methodCSheetPrintedArea Creates a new instance of CSheetPrintedArea class
Top
Methods
 NameDescription
Public methodAdd(String, String, Int32) Adds custom area to export in PDF, Word
Public methodAdd(Int32, Int32, Int32, Int32, Int32) Adds custom area to export in PDF, Word by column and row numbers.
Public methodClear Mark all sheets and cells in workbook to export into PDF, Word
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also