TableView.GetCalculatedValueText
Description:
Gets the calculated value text for a cell from the instance view.
Gets the calculated value text for a cell from the instance view.
public string GetCalculatedValueText(
SectionType sectionType,
int row,
int column
)
-
sectionTypeThe section type.
-
Int32rowThe row.
-
Int32columnThe column.
-
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