2027 Method
Changes 0
M

TableView.GetCalculatedValueText

Description:
Gets the calculated value text for a cell from the instance view.
public string GetCalculatedValueText(
	SectionType sectionType,
	int row,
	int column
)
  • sectionType
    The section type.
  • Int32
    row
    The row.
  • Int32
    column
    The column.
Return Value String The calculated value text.
  • The sectionType is not a valid type for this view.
  • The given row number row is invalid. -or- The given column number column is invalid. -or- A value passed for an enumeration argument is not a member of that enumeration