2027 Method
Changes 4
M

TableSectionData.GetCustomFieldId

Description:
Gets custom field id from the cell.
public Guid GetCustomFieldId(
	int row,
	int col
)
  • Int32
    row
    The row of the cell.
  • Int32
    col
    The 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.