Parameters
- TableIdx
- The 0-based index of the detected table within the last extraction process. It must be a value between 0 and GetTableCount() - 1.
- ColummIdx
- The 0-based index of the cell's column in a detected table within the last extraction process. It must be a value between 0 and GetTableColumnCount() - 1.
- RowIdx
- The 0-based index of the cell's row in a detected table within the last extraction process. It must be a value between 0 and GetTableRowCount() - 1.
Return Value
True if the specified cell is part of the header, false otherwise.
Please always use the GetStat method to determine if this method has been successful.