Click or drag to resize

SpreadsheetForm Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              DockContent
                DWSIMSpreadsheetForm

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 8.4.5.0
Syntax
public class SpreadsheetForm : DockContent
Request Example View Source

The SpreadsheetForm type exposes the following members.

Constructors
 NameDescription
Public methodSpreadsheetForm 
Top
Properties
 NameDescription
Public propertyA 
Public propertyAllowEndUserDocking
(Inherited from DockContent)
Public propertyAutoHidePortion
(Inherited from DockContent)
Public propertyAvaliarFormulaToolStripMenuItem 
Public propertyB 
Public propertyButton1 
Public propertyButton2 
Public propertyButton3 
Public propertyButton4 
Public propertyC 
Public propertyCelulaToolStripMenuItem 
Public propertychkEnableUnitLocking 
Public propertychkUpdate 
Public propertychkUseRegionalSeparator 
Public propertyCloseButton
(Inherited from DockContent)
Public propertyCloseButtonVisible
(Inherited from DockContent)
Public propertyColarToolStripMenuItem 
Public propertyContextMenuStrip1 
Public propertyCopiarToolStripMenuItem 
Public propertyD 
Public propertyDataGridView1 
Public propertyDockAreas
(Inherited from DockContent)
Public propertyE 
Public propertyExpContext 
Public propertyExportarDadosToolStripMenuItem 
Public propertyExpr 
Public propertyF 
Public propertyG 
Public propertyH 
Public propertyHideOnClose
(Inherited from DockContent)
Public propertyI 
Public propertyImportarDadosToolStripMenuItem 
Public propertyJ 
Public propertyK 
Public propertyL 
Public propertyLabel1 
Public propertyLimparToolStripMenuItem 
Public propertyM 
Public propertyN 
Public propertyO 
Public propertyP 
Public propertyQ 
Public propertyR 
Public propertyS 
Public propertyShowHint
(Inherited from DockContent)
Public propertyT 
Public propertyTabPageContextMenu
(Inherited from DockContent)
Public propertyTabPageContextMenuStrip
(Inherited from DockContent)
Public propertyTabText
(Inherited from DockContent)
Public propertytbCell 
Public propertytbValue 
Public propertyToolStripSeparator1 
Public propertyToolStripSeparator2 
Public propertyToolTipText
(Inherited from DockContent)
Public propertyU 
Public propertyV 
Public propertyW 
Public propertyX 
Public propertyY 
Public propertyZ 
Top
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
Events
 NameDescription
Public eventDockStateChanged
(Inherited from DockContent)
Top
Fields
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