NXOpen.UF.Tabnot.AskMergeInfo

Tabnot.AskMergeInfo()

Refer to UF_TABNOT_ask_merge_info for documentation.

Signature: AskMergeInfo(cell)

Parameters:cell (Tag) – Cell
Returns:A Tuple
Return type:A tuple consisting of (startRow,startColumn,endRow,endColumn)

startRow(Tag): Start row or NULL_TAG if cell is not merged

startColumn(Tag): Start column or NULL_TAG if cell is not merged

endRow(Tag): End row or NULL_TAG if cell is not merged

endColumn(Tag): End column or NULL_TAG if cell is not merged

License requirements: None