TableSectionData.GetCustomFieldId
Description:
Gets custom field id from the cell.
Gets custom field id from the cell.
public Guid GetCustomFieldId(
int row,
int col
)
-
Int32rowThe row of the cell.
-
Int32colThe column of the cell.
Return Value
Guid
Returns custom field id from the cell.
If this cell is not of type CellType.CustomField it will return an empty Guid
-
The given row number row is invalid. -or- The given column number col is invalid.