C# Class ExoModel.ETL.ExcelFile.ColumnFormat

Exibir arquivo Open project: vc3/ExoModel

Private Properties

Property Type Description
ColumnFormat System

Public Methods

Method Description
CreateStyle ( string format, SpreadsheetDocument document ) : uint

Returns an existing reserved number format style index or creates a new style index from the number format id provided.

Private Methods

Method Description
ColumnFormat ( Column column, SpreadsheetDocument document, TimeZoneInfo timezone = null ) : System

Method Details

CreateStyle() public static method

Returns an existing reserved number format style index or creates a new style index from the number format id provided.
public static CreateStyle ( string format, SpreadsheetDocument document ) : uint
format string
document SpreadsheetDocument
return uint