C# Class ExcelToolKit.DataSetExtension

Afficher le fichier Open project: fanfeilong/exceltk

Méthodes publiques

Méthode Description
ConvertEscapeChars ( this input ) : string
ConvertFromOATime ( this value ) : object
Int64BitsToDouble ( this value ) : double
IsEmpty ( this row ) : bool
IsSingleByteEncoding ( this encoding ) : bool
ReferenceToColumnAndRow ( this reference ) : int[]
RemoveColumnsByRow ( this dataTable, int rowIndex, bool>.Func filter ) : DataTable
Shrink ( this dataTable ) : DataTable

Method Details

ConvertEscapeChars() public static méthode

public static ConvertEscapeChars ( this input ) : string
input this
Résultat string

ConvertFromOATime() public static méthode

public static ConvertFromOATime ( this value ) : object
value this
Résultat object

Int64BitsToDouble() public static méthode

public static Int64BitsToDouble ( this value ) : double
value this
Résultat double

IsEmpty() public static méthode

public static IsEmpty ( this row ) : bool
row this
Résultat bool

IsSingleByteEncoding() public static méthode

public static IsSingleByteEncoding ( this encoding ) : bool
encoding this
Résultat bool

ReferenceToColumnAndRow() public static méthode

public static ReferenceToColumnAndRow ( this reference ) : int[]
reference this
Résultat int[]

RemoveColumnsByRow() public static méthode

public static RemoveColumnsByRow ( this dataTable, int rowIndex, bool>.Func filter ) : DataTable
dataTable this
rowIndex int
filter bool>.Func
Résultat DataTable

Shrink() public static méthode

public static Shrink ( this dataTable ) : DataTable
dataTable this
Résultat DataTable