StiCsvOptions Class

Namespace: Stimulsoft.Base

Inheritance

Inherits from: StiFileDataOptions

Constructors

Constructor Description
StiCsvOptions(bytecontent , int codePage, string separator)  
StiCsvOptions(string path, int codePage, string separator)  
StiCsvOptions(bytecontent , string tableName, int codePage, string separator)  
StiCsvOptions(string path, string tableName, int codePage, string separator)  

StiCsvOptions(**: bytecontent, **codePage: int, separator: string)

Parameters

  • ** (bytecontent)
  • codePage (int)
  • separator (string)

StiCsvOptions(path: string, codePage: int, separator: string)

Parameters

  • path (string)
  • codePage (int)
  • separator (string)

StiCsvOptions(**: bytecontent, **tableName: string, codePage: int, separator: string)

Parameters

  • ** (bytecontent)
  • tableName (string)
  • codePage (int)
  • separator (string)

StiCsvOptions(path: string, tableName: string, codePage: int, separator: string)

Parameters

  • path (string)
  • tableName (string)
  • codePage (int)
  • separator (string)

Properties

Property Type Description
CodePage int  
Path string  
Separator string  
TableName string