Logo ProcessCore

SparseRow Module

Functions and values

Function or value Description

fromAllValues v

Full Usage: fromAllValues v

Parameters:
    v : string option seq

Returns: SparseRow
v : string option seq
Returns: SparseRow

fromFsRow r

Full Usage: fromFsRow r

Parameters:
Returns: (int * string) seq
r : FsRow
Returns: (int * string) seq

fromValues v

Full Usage: fromValues v

Parameters:
    v : string seq

Returns: SparseRow
v : string seq
Returns: SparseRow

getAllValues i

Full Usage: getAllValues i

Parameters:
Returns: string option seq
i : SparseRow
Returns: string option seq

getValues i

Full Usage: getValues i

Parameters:
Returns: string seq
i : SparseRow
Returns: string seq

readFromSheet sheet

Full Usage: readFromSheet sheet

Parameters:
Returns: (int * string) seq seq
sheet : FsWorksheet
Returns: (int * string) seq seq

tryGetValueAt i vs

Full Usage: tryGetValueAt i vs

Parameters:
Returns: string option
i : int
vs : SparseRow
Returns: string option

writeToSheet rowI row sheet

Full Usage: writeToSheet rowI row sheet

Parameters:
rowI : int
row : SparseRow
sheet : FsWorksheet

Type something to start searching.