2027 Method
Changes 0
M

TableView.GetCellText

Description:
Gets the cell's text based on its type
public string GetCellText(
	SectionType sectionType,
	int row,
	int column
)
  • sectionType
    The requested section type
  • Int32
    row
    Row Number in the Section
  • Int32
    column
    Column Number in the Section
Return Value String The text for the given cell
  • 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