<Code Lib>
2025 Method
Changes 4
M

TableSectionData.GetCustomFieldId

Description:
Gets custom field id from the cell.

public Guid GetCustomFieldId(
	int row,
	int col
)

  • row
    The row of the cell.
  • 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.

Loading…