Enum
SpreadExportMode

Modes controlling whether a new workbook is created or existing content is appended when exporting.

Definition

Namespace:Telerik.Documents.SpreadsheetStreaming

Assembly:Telerik.Documents.SpreadsheetStreaming.dll

Syntax:

cs-api-definition
public enum SpreadExportMode

Fields

Append

Appends to an existing workbook in the stream, or creates one if the stream is empty.

Declaration

cs-api-definition
Append = 1

Field Value

SpreadExportMode

Create

Creates a new workbook, overwriting any existing stream content.

Declaration

cs-api-definition
Create = 0

Field Value

SpreadExportMode

In this article
DefinitionFieldsAppendCreate
Not finding the help you need?
Contact Support