TableView.GetCellText
Method
Description:
Gets the cell's text based on its type
Gets the cell's text based on its type
Parameters
Parameter | Type | Description |
---|---|---|
sectionType | SectionType | The requested section type |
row | Int32 | Row Number in the Section |
column | Int32 | Column Number in the Section |
Return Value
Type | Description |
---|---|
String | The text for the given cell |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The sectionType is not a valid type for this view. |
ArgumentOutOfRangeException | 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 |