Method | Description | |
---|---|---|
AddCell ( |
||
AddHeaderCell ( |
||
Index ( ) : System.Web.Mvc.ActionResult | ||
Reload ( ) : System.Web.Mvc.ActionResult | ||
Submit ( string selectedData ) : System.Web.Mvc.ActionResult | ||
SubmitWithValues ( string selectedData ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
OutputCells ( SpreadsheetSelectedData selectedData, Label label ) : void | ||
OutputColumns ( SelectedColumnCollection columns, Label label ) : void | ||
OutputRows ( SelectedRowCollection rows, Label label ) : void |
public AddCell ( |
||
sb | ||
value | string | |
return | void |
public AddHeaderCell ( |
||
sb | ||
value | string | |
return | void |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
protected OutputCells ( SpreadsheetSelectedData selectedData, Label label ) : void | ||
selectedData | SpreadsheetSelectedData | |
label | Label | |
return | void |
protected OutputColumns ( SelectedColumnCollection columns, Label label ) : void | ||
columns | SelectedColumnCollection | |
label | Label | |
return | void |
protected OutputRows ( SelectedRowCollection rows, Label label ) : void | ||
rows | SelectedRowCollection | |
label | Label | |
return | void |
public Reload ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Submit ( string selectedData ) : System.Web.Mvc.ActionResult | ||
selectedData | string | |
return | System.Web.Mvc.ActionResult |
public SubmitWithValues ( string selectedData ) : System.Web.Mvc.ActionResult | ||
selectedData | string | |
return | System.Web.Mvc.ActionResult |