C# Class ExcelToolKit.DataSetExtension

ファイルを表示 Open project: fanfeilong/exceltk

Public Methods

Method 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 method

public static ConvertEscapeChars ( this input ) : string
input this
return string

ConvertFromOATime() public static method

public static ConvertFromOATime ( this value ) : object
value this
return object

Int64BitsToDouble() public static method

public static Int64BitsToDouble ( this value ) : double
value this
return double

IsEmpty() public static method

public static IsEmpty ( this row ) : bool
row this
return bool

IsSingleByteEncoding() public static method

public static IsSingleByteEncoding ( this encoding ) : bool
encoding this
return bool

ReferenceToColumnAndRow() public static method

public static ReferenceToColumnAndRow ( this reference ) : int[]
reference this
return int[]

RemoveColumnsByRow() public static method

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

Shrink() public static method

public static Shrink ( this dataTable ) : DataTable
dataTable this
return DataTable