File tree Expand file tree Collapse file tree
english/net/groupdocs.conversion.options.load Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ public sealed class CsvLoadOptions : SpreadsheetLoadOptions
5858| [ShowGridLines ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / showgridlines ) { get ; set ; } | Show grid lines when converting Excel files . |
5959| [ShowHiddenSheets ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / showhiddensheets ) { get ; set ; } | Show hidden sheets when converting Excel files . |
6060| [SkipEmptyRowsAndColumns ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / skipemptyrowsandcolumns ) { get ; set ; } | Skips empty rows and columns when converting . Default is True . |
61+ | [SkipFooters ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / skipfooters ) { get ; set ; } | Skip footers when converting spreadsheet documents . Default : false . |
62+ | [SkipHeaders ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / skipheaders ) { get ; set ; } | Skip headers when converting spreadsheet documents . Default : false . |
6163
6264## Methods
6365
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ public class SpreadsheetLoadOptions : LoadOptions, IDocumentsContainerLoadOption
5353| [ShowGridLines ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / showgridlines ) { get ; set ; } | Show grid lines when converting Excel files . |
5454| [ShowHiddenSheets ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / showhiddensheets ) { get ; set ; } | Show hidden sheets when converting Excel files . |
5555| [SkipEmptyRowsAndColumns ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / skipemptyrowsandcolumns ) { get ; set ; } | Skips empty rows and columns when converting . Default is True . |
56+ | [SkipFooters ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / skipfooters ) { get ; set ; } | Skip footers when converting spreadsheet documents . Default : false . |
57+ | [SkipHeaders ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / skipheaders ) { get ; set ; } | Skip headers when converting spreadsheet documents . Default : false . |
5658
5759## Methods
5860
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Clone
33second_title : GroupDocs.Conversion for .NET API Reference
44description : Clones current instance.
55type : docs
6- weight : 290
6+ weight : 310
77url : /net/groupdocs.conversion.options.load/spreadsheetloadoptions/clone/
88---
99## SpreadsheetLoadOptions.Clone method
Original file line number Diff line number Diff line change 1+ ---
2+ title : SkipFooters
3+ second_title : GroupDocs.Conversion for .NET API Reference
4+ description : Skip footers when converting spreadsheet documents. Default false.
5+ type : docs
6+ weight : 290
7+ url : /net/groupdocs.conversion.options.load/spreadsheetloadoptions/skipfooters/
8+ ---
9+ ## SpreadsheetLoadOptions.SkipFooters property
10+
11+ Skip footers when converting spreadsheet documents. Default: false.
12+
13+ ``` csharp
14+ public bool SkipFooters { get ; set ; }
15+ ```
16+
17+ ### See Also
18+
19+ * class [ SpreadsheetLoadOptions] ( ../../spreadsheetloadoptions )
20+ * namespace [ GroupDocs.Conversion.Options.Load] ( ../../../groupdocs.conversion.options.load )
21+ * assembly [ GroupDocs.Conversion] ( ../../../ )
22+
23+ <!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->
Original file line number Diff line number Diff line change 1+ ---
2+ title : SkipHeaders
3+ second_title : GroupDocs.Conversion for .NET API Reference
4+ description : Skip headers when converting spreadsheet documents. Default false.
5+ type : docs
6+ weight : 300
7+ url : /net/groupdocs.conversion.options.load/spreadsheetloadoptions/skipheaders/
8+ ---
9+ ## SpreadsheetLoadOptions.SkipHeaders property
10+
11+ Skip headers when converting spreadsheet documents. Default: false.
12+
13+ ``` csharp
14+ public bool SkipHeaders { get ; set ; }
15+ ```
16+
17+ ### See Also
18+
19+ * class [ SpreadsheetLoadOptions] ( ../../spreadsheetloadoptions )
20+ * namespace [ GroupDocs.Conversion.Options.Load] ( ../../../groupdocs.conversion.options.load )
21+ * assembly [ GroupDocs.Conversion] ( ../../../ )
22+
23+ <!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ public sealed class TsvLoadOptions : SpreadsheetLoadOptions
5252| [ShowGridLines ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / showgridlines ) { get ; set ; } | Show grid lines when converting Excel files . |
5353| [ShowHiddenSheets ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / showhiddensheets ) { get ; set ; } | Show hidden sheets when converting Excel files . |
5454| [SkipEmptyRowsAndColumns ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / skipemptyrowsandcolumns ) { get ; set ; } | Skips empty rows and columns when converting . Default is True . |
55+ | [SkipFooters ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / skipfooters ) { get ; set ; } | Skip footers when converting spreadsheet documents . Default : false . |
56+ | [SkipHeaders ](.. / .. / groupdocs .conversion .options .load / spreadsheetloadoptions / skipheaders ) { get ; set ; } | Skip headers when converting spreadsheet documents . Default : false . |
5557
5658## Methods
5759
You can’t perform that action at this time.
0 commit comments