2024 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