Table of Contents

SpreadsheetInputOptions.RenderColumnsFitToPages Property

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

Gets or sets the number of pages the columns should fit when it's rendered. The default is 0 which means columns could be broken into multiple pages if required. For example if you set the value 1, all columns would be rendered on a single page.

public int RenderColumnsFitToPages { get; set; }

Property Value

int