Skip to content

Commit

Permalink
Update content 2023-04-28 03:41:36
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgen-nykytenko committed Apr 28, 2023
1 parent f422bb2 commit 240b871
Show file tree
Hide file tree
Showing 15 changed files with 106 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,20 @@ public class SpreadsheetOptions

| Name | Description |
| --- | --- |
| [BottomMargin](../../groupdocs.viewer.options/spreadsheetoptions/bottommargin) { get; set; } | To set bottom margin of the worksheet when converting to pdf if less than 0 then default convert value is used |
| [CountColumnsPerPage](../../groupdocs.viewer.options/spreadsheetoptions/countcolumnsperpage) { get; } | The columns count to include into each page when splitting worksheet into pages. |
| [CountRowsPerPage](../../groupdocs.viewer.options/spreadsheetoptions/countrowsperpage) { get; } | The rows count to include into each page when splitting worksheet into pages. |
| [DetectSeparator](../../groupdocs.viewer.options/spreadsheetoptions/detectseparator) { getset; } | Detect separator (for CSV/TSV files). |
| [LeftMargin](../../groupdocs.viewer.options/spreadsheetoptions/leftmargin) { getset; } | To set left margin of the worksheet when converting to pdf if less than 0 then default convert value is used |
| [RenderGridLines](../../groupdocs.viewer.options/spreadsheetoptions/rendergridlines) { getset; } | Enables grid lines rendering. |
| [RenderHeadings](../../groupdocs.viewer.options/spreadsheetoptions/renderheadings) { getset; } | Enables headings rendering. |
| [RenderHiddenColumns](../../groupdocs.viewer.options/spreadsheetoptions/renderhiddencolumns) { getset; } | Enables hidden columns rendering. |
| [RenderHiddenRows](../../groupdocs.viewer.options/spreadsheetoptions/renderhiddenrows) { getset; } | Enables hidden rows rendering. |
| [RightMargin](../../groupdocs.viewer.options/spreadsheetoptions/rightmargin) { getset; } | To set right margin of the worksheet when converting to pdf if less than 0 then default convert value is used |
| [SkipEmptyColumns](../../groupdocs.viewer.options/spreadsheetoptions/skipemptycolumns) { getset; } | Disables empty columns rendering. |
| [SkipEmptyRows](../../groupdocs.viewer.options/spreadsheetoptions/skipemptyrows) { getset; } | Disables empty rows rendering. |
| [TextOverflowMode](../../groupdocs.viewer.options/spreadsheetoptions/textoverflowmode) { getset; } | The text overflow mode for rendering spreadsheet documents into HTML. |
| [TopMargin](../../groupdocs.viewer.options/spreadsheetoptions/topmargin) { getset; } | To set top margin of the worksheet when converting to pdf if less than 0 then default convert value is used |

## Methods

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: BottomMargin
second_title: GroupDocs.Viewer for .NET API Reference
description: To set bottom margin of the worksheet when converting to pdf if less than 0 then default convert value is used
type: docs
weight: 50
url: /net/groupdocs.viewer.options/spreadsheetoptions/bottommargin/
---
## SpreadsheetOptions.BottomMargin property

To set bottom margin of the worksheet when converting to pdf if less than 0 then default convert value is used

```csharp
public double BottomMargin { get; set; }
```

### See Also

* class [SpreadsheetOptions](../../spreadsheetoptions)
* namespace [GroupDocs.Viewer.Options](../../spreadsheetoptions)
* assembly [GroupDocs.Viewer](../../../)

<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Viewer.dll -->
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CountColumnsPerPage
second_title: GroupDocs.Viewer for .NET API Reference
description: The columns count to include into each page when splitting worksheet into pages.
type: docs
weight: 50
weight: 60
url: /net/groupdocs.viewer.options/spreadsheetoptions/countcolumnsperpage/
---
## SpreadsheetOptions.CountColumnsPerPage property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CountRowsPerPage
second_title: GroupDocs.Viewer for .NET API Reference
description: The rows count to include into each page when splitting worksheet into pages.
type: docs
weight: 60
weight: 70
url: /net/groupdocs.viewer.options/spreadsheetoptions/countrowsperpage/
---
## SpreadsheetOptions.CountRowsPerPage property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DetectSeparator
second_title: GroupDocs.Viewer for .NET API Reference
description: Detect separator for CSV/TSV files.
type: docs
weight: 70
weight: 80
url: /net/groupdocs.viewer.options/spreadsheetoptions/detectseparator/
---
## SpreadsheetOptions.DetectSeparator property
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: LeftMargin
second_title: GroupDocs.Viewer for .NET API Reference
description: To set left margin of the worksheet when converting to pdf if less than 0 then default convert value is used
type: docs
weight: 90
url: /net/groupdocs.viewer.options/spreadsheetoptions/leftmargin/
---
## SpreadsheetOptions.LeftMargin property

To set left margin of the worksheet when converting to pdf if less than 0 then default convert value is used

```csharp
public double LeftMargin { get; set; }
```

### See Also

* class [SpreadsheetOptions](../../spreadsheetoptions)
* namespace [GroupDocs.Viewer.Options](../../spreadsheetoptions)
* assembly [GroupDocs.Viewer](../../../)

<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Viewer.dll -->
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RenderGridLines
second_title: GroupDocs.Viewer for .NET API Reference
description: Enables grid lines rendering.
type: docs
weight: 80
weight: 100
url: /net/groupdocs.viewer.options/spreadsheetoptions/rendergridlines/
---
## SpreadsheetOptions.RenderGridLines property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RenderHeadings
second_title: GroupDocs.Viewer for .NET API Reference
description: Enables headings rendering.
type: docs
weight: 90
weight: 110
url: /net/groupdocs.viewer.options/spreadsheetoptions/renderheadings/
---
## SpreadsheetOptions.RenderHeadings property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RenderHiddenColumns
second_title: GroupDocs.Viewer for .NET API Reference
description: Enables hidden columns rendering.
type: docs
weight: 100
weight: 120
url: /net/groupdocs.viewer.options/spreadsheetoptions/renderhiddencolumns/
---
## SpreadsheetOptions.RenderHiddenColumns property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RenderHiddenRows
second_title: GroupDocs.Viewer for .NET API Reference
description: Enables hidden rows rendering.
type: docs
weight: 110
weight: 130
url: /net/groupdocs.viewer.options/spreadsheetoptions/renderhiddenrows/
---
## SpreadsheetOptions.RenderHiddenRows property
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: RightMargin
second_title: GroupDocs.Viewer for .NET API Reference
description: To set right margin of the worksheet when converting to pdf if less than 0 then default convert value is used
type: docs
weight: 140
url: /net/groupdocs.viewer.options/spreadsheetoptions/rightmargin/
---
## SpreadsheetOptions.RightMargin property

To set right margin of the worksheet when converting to pdf if less than 0 then default convert value is used

```csharp
public double RightMargin { get; set; }
```

### See Also

* class [SpreadsheetOptions](../../spreadsheetoptions)
* namespace [GroupDocs.Viewer.Options](../../spreadsheetoptions)
* assembly [GroupDocs.Viewer](../../../)

<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Viewer.dll -->
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: SkipEmptyColumns
second_title: GroupDocs.Viewer for .NET API Reference
description: Disables empty columns rendering.
type: docs
weight: 120
weight: 150
url: /net/groupdocs.viewer.options/spreadsheetoptions/skipemptycolumns/
---
## SpreadsheetOptions.SkipEmptyColumns property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: SkipEmptyRows
second_title: GroupDocs.Viewer for .NET API Reference
description: Disables empty rows rendering.
type: docs
weight: 130
weight: 160
url: /net/groupdocs.viewer.options/spreadsheetoptions/skipemptyrows/
---
## SpreadsheetOptions.SkipEmptyRows property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: TextOverflowMode
second_title: GroupDocs.Viewer for .NET API Reference
description: The text overflow mode for rendering spreadsheet documents into HTML.
type: docs
weight: 140
weight: 170
url: /net/groupdocs.viewer.options/spreadsheetoptions/textoverflowmode/
---
## SpreadsheetOptions.TextOverflowMode property
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: TopMargin
second_title: GroupDocs.Viewer for .NET API Reference
description: To set top margin of the worksheet when converting to pdf if less than 0 then default convert value is used
type: docs
weight: 180
url: /net/groupdocs.viewer.options/spreadsheetoptions/topmargin/
---
## SpreadsheetOptions.TopMargin property

To set top margin of the worksheet when converting to pdf if less than 0 then default convert value is used

```csharp
public double TopMargin { get; set; }
```

### See Also

* class [SpreadsheetOptions](../../spreadsheetoptions)
* namespace [GroupDocs.Viewer.Options](../../spreadsheetoptions)
* assembly [GroupDocs.Viewer](../../../)

<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Viewer.dll -->

0 comments on commit 240b871

Please sign in to comment.