2027 Method
Changes 0
M

TableView.GetCalculatedValueName

Description:
Gets the calculated value name for a cell from the template view.
public string GetCalculatedValueName(
	SectionType sectionType,
	int row,
	int column
)
  • sectionType
    The section type.
  • Int32
    row
    The row.
  • Int32
    column
    The column.
Return Value String The name of the calculated value.
  • 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