Метод | Описание | |
---|---|---|
Format ( object value ) : string |
Returns null so nothing is written to the document.
|
|
IgnoredColumn ( ) : System |
Initializes a new IgnoredColumn.
|
|
IgnoredColumn ( string columnName ) : System |
Initializes a new IgnoredColumn with a header name.
|
|
Parse ( string value ) : object |
Ignores the values that was parsed from the document.
|
public Format ( object value ) : string | ||
value | object | The value that needs written to the document. |
Результат | string |
public IgnoredColumn ( string columnName ) : System | ||
columnName | string | |
Результат | System |
public Parse ( string value ) : object | ||
value | string | The value that was parsed from the document. |
Результат | object |