Skip to main content

ITreeGridNode.GetCellValueString Method

Namespace: NextDesign.Core

Description

Gets the cell value of the specified column of this node in string format.
If the cell value does not exist, returns an empty string.

The string that can be obtained depends on the data type of the column.

  • bool type: "True" or "False"
  • Number type: String representation of the number
  • String type: String
  • Enumeration type: Literal string
  • Rich text type: Plain text
  • Class type (model reference): Display name of the model (separated by spaces in case of multiple models)

[Model display name]
The display name of the model will be in the following format, the same as the display in the UI.
\{Parent element name\}/$\{Model name\}
(Example) Use case/Driver

Arguments

NameTypeDescription
columnITreeGridColumnColumn information

Return value

  • string