TableView.GetCellText
Description:
Gets the cell's text based on its type
Gets the cell's text based on its type
public string GetCellText(
SectionType sectionType,
int row,
int column
)
-
sectionTypeThe requested section type
-
Int32rowRow Number in the Section
-
Int32columnColumn Number in the Section
-
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