Class which allows to set custom sheets from workbook for converting
Namespace:
SautinSoftAssembly: SautinSoft.XlsToPdf (in SautinSoft.XlsToPdf.dll) Version: 2.0.4.13
Syntax
| C# | Visual Basic |
public class CSheet
Public Class CSheet
Members
| All Members | Constructors | Methods |
| Member | Description | |
|---|---|---|
| XlsToPdf..::.CSheet()()() |
Creates object of class CSheet. By default all sheets from workbook will be converted
| |
| All()()() |
Convert all sheets from workbook
| |
| Custom(array<Int32>[]()[]) |
Convert custom sheets from workbook
| |
| Even()()() |
Convert even sheets from workbook
| |
| Odd()()() |
Convert odd sheets from workbook
|