<Code Lib>
2020 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
)

Return Value string The text for the given cell

Loading…