C# Класс ExcelToolKit.DataSetExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ConvertEscapeChars() публичный статический Метод

public static ConvertEscapeChars ( this input ) : string
input this
Результат string

ConvertFromOATime() публичный статический Метод

public static ConvertFromOATime ( this value ) : object
value this
Результат object

Int64BitsToDouble() публичный статический Метод

public static Int64BitsToDouble ( this value ) : double
value this
Результат double

IsEmpty() публичный статический Метод

public static IsEmpty ( this row ) : bool
row this
Результат bool

IsSingleByteEncoding() публичный статический Метод

public static IsSingleByteEncoding ( this encoding ) : bool
encoding this
Результат bool

ReferenceToColumnAndRow() публичный статический Метод

public static ReferenceToColumnAndRow ( this reference ) : int[]
reference this
Результат int[]

RemoveColumnsByRow() публичный статический Метод

public static RemoveColumnsByRow ( this dataTable, int rowIndex, bool>.Func filter ) : DataTable
dataTable this
rowIndex int
filter bool>.Func
Результат DataTable

Shrink() публичный статический Метод

public static Shrink ( this dataTable ) : DataTable
dataTable this
Результат DataTable