Click or drag to resize

SpreadsheetForm Methods

The SpreadsheetForm type exposes the following members.

Methods
 NameDescription
Public methodActivate
(Inherited from DockContent)
Public methodApplyStyles 
Private methodAvaliarFormulaToolStripMenuItem_Click 
Private methodbtnBackColor_Click 
Private methodbtnFont_Click 
Private methodbtnForeColor_Click 
Private methodButton1_Click 
Private methodButton2_Click 
Private methodButton3_Click 
Private methodButton4_Click 
Private methodchkEnableUnitLocking_CheckedChanged 
Private methodchkUseRegionalSeparator_CheckedChanged 
Private methodColarToolStripMenuItem_Click 
Private methodContextMenuStrip1_Opening 
Private methodCopiarToolStripMenuItem_Click 
Public methodCopyDT1FromString 
Public methodCopyDT1ToString 
Public methodCopyDT2FromString 
Public methodCopyDT2ToString 
Public methodCopyFromDT 
Public methodCopyToDT 
Private methodDataGridView1_CellBeginEdit 
Private methodDataGridView1_CellEndEdit 
Private methodDataGridView1_CellFormatting 
Private methodDataGridView1_ColumnWidthChanged 
Private methodDataGridView1_RowHeightChanged 
Private methodDataGridView1_SelectionChanged 
Public methodDefineVariables 
Protected methodDispose
(Overrides FormDispose(Boolean))
Public methodDockTo(DockPanel, DockStyle)
(Inherited from DockContent)
Public methodDockTo(DockPane, DockStyle, Int32)
(Inherited from DockContent)
Public methodEvaluateAll Evaluates all the cells in the spreadsheet, reading and writing the values to/from the flowsheet accordingly.
Public methodFloatAt
(Inherited from DockContent)
Public methodGetCellString 
Public methodGetCellString(DataGridViewCell) Gets the cell address in letter-number style.
Public methodGetCellValue Gets the Cell instance.
Protected methodGetPersistString
(Inherited from DockContent)
Public methodGetValues 
Public methodHide
(Inherited from DockContent)
Private methodInitializeComponent 
Public methodIsDockStateValid
(Inherited from DockContent)
Private methodLimparToolStripMenuItem_Click 
Protected methodOnDockStateChanged
(Inherited from DockContent)
Protected methodOnSizeChanged
(Inherited from DockContent)
Public methodSetCellValue Sets a cell's value.
Public methodShow
(Inherited from DockContent)
Public methodShow(DockPanel)
(Inherited from DockContent)
Public methodShow(DockPane, IDockContent)
(Inherited from DockContent)
Public methodShow(DockPanel, Rectangle)
(Inherited from DockContent)
Public methodShow(DockPanel, DockState)
(Inherited from DockContent)
Public methodShow(DockPane, DockAlignment, Double)
(Inherited from DockContent)
Private methodtbValue_KeyDown 
Private methodtsbAlignment_DropDownItemClicked 
Private methodtsbFormat_DropDownItemClicked 
Private methodtsbWordWrap_CheckedChanged 
Private methodtxtPadding_KeyPress 
Private methodUISpreadsheetEditorForm_FormClosing 
Public methodUISpreadsheetEditorForm_Load 
Private methodUISpreadsheetEditorForm_Shown 
Public methodUpdateColors Updates the cell colors.
Public methodUpdateValue Updates the cell value, parsing the expression if any.
Public methodWriteAll Write the values from the cells to the flowsheet, for those who have this behavior.
Top
Extension Methods
 NameDescription
Public Extension MethodChangeDefaultFont
(Defined by FormExtensions)
Public Extension MethodGetAllChildren
(Defined by FormExtensions)
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Public Extension MethodUIThread
(Defined by General)
Public Extension MethodUIThreadInvoke
(Defined by General)
Top
See Also