Header menu logo Deedle

DynamicExcel Type

Constructors

Constructor Description

DynamicExcel(app, ?keepInSync)

Full Usage: DynamicExcel(app, ?keepInSync)

Parameters:
Returns: DynamicExcel
app : Application
?keepInSync : bool
Returns: DynamicExcel

Instance members

Instance member Description

this.DeleteSheet

Full Usage: this.DeleteSheet

Parameters:
    name : string

name : string

this.KeepInSync

Full Usage: this.KeepInSync

this.RenameSheet

Full Usage: this.RenameSheet

Parameters:
    name : string

name : string

this.Reset

Full Usage: this.Reset

this.SwitchSheet

Full Usage: this.SwitchSheet

Parameters:
    name : string

name : string

this.asyncToExcel (r, value, ?sheet, ?force)

Full Usage: this.asyncToExcel (r, value, ?sheet, ?force)

Parameters:
    r : string
    value : 'a
    ?sheet : string
    ?force : bool

r : string
value : 'a
?sheet : string
?force : bool

this.fromSeq (seq, ?cell)

Full Usage: this.fromSeq (seq, ?cell)

Parameters:
    seq : ('a * 'b) seq
    ?cell : string

seq : ('a * 'b) seq
?cell : string

this.registerSyncToExcel (r, value, ?sheet)

Full Usage: this.registerSyncToExcel (r, value, ?sheet)

Parameters:
    r : string
    value : 'a
    ?sheet : string

r : string
value : 'a
?sheet : string

this.syncToExcel (r, value, ?sheet)

Full Usage: this.syncToExcel (r, value, ?sheet)

Parameters:
    r : string
    value : 'a
    ?sheet : string

r : string
value : 'a
?sheet : string

Static members

Static member Description

excel ? r

Full Usage: excel ? r

Parameters:
Returns: obj
excel : DynamicExcel
r : string
Returns: obj

(?<-) (excel, r, value)

Full Usage: (?<-) (excel, r, value)

Parameters:
excel : DynamicExcel
r : string
value : 'a

Type something to start searching.