Table of Contents

Class TemplateOptions

Namespace
WeihanLi.Npoi
Assembly
WeihanLi.Npoi.dll

Represents the configurable placeholders used by the templated export pipeline.

public sealed class TemplateOptions
Inheritance
TemplateOptions
Inherited Members

Properties

TemplateDataBegin

Data Begin markup

public string TemplateDataBegin { get; set; }

Property Value

string

TemplateDataEnd

Data End markup

public string TemplateDataEnd { get; set; }

Property Value

string

TemplateDataParamFormat

Data Param Format

public string TemplateDataParamFormat { get; set; }

Property Value

string

TemplateDataPrefix

Data Param Prefix

public string TemplateDataPrefix { get; set; }

Property Value

string

TemplateGlobalParamFormat

Global Param Format

public string TemplateGlobalParamFormat { get; set; }

Property Value

string

TemplateHeaderParamFormat

Header Param Format

public string TemplateHeaderParamFormat { get; set; }

Property Value

string