Prajna


GridWithStringContent

A Grid with Scrollbar, in which each element and column head of the Grid is a string

Constructors

ConstructorDescription
new(nameGrid)
Signature: nameGrid:string -> GridWithStringContent

Instance members

Instance memberDescription
SelectedContent()
Signature: unit -> seq<string []>

Find content tthat is being selected.

SetContent(inputcontent, header)
Signature: (inputcontent:string [] [] * header:string []) -> unit

Set content and column header of the grid

ToShow()
Signature: unit -> unit

Show grid

Fork me on GitHub