ArcGIS Pro 2.9 API Reference Guide
TableFrame Property
Example 

ArcGIS.Desktop.Mapping Namespace > TableFrameStyleItem Class : TableFrame Property
Gets or sets the ArcGIS.Core.CIM.CIMTableFrame of the table frame style item.
Syntax
public CIMTableFrame TableFrame {get; set;}
Public Property TableFrame As CIMTableFrame
Exceptions
ExceptionDescription
This property must be called within the lambda passed to QueuedTask.Run
Example
TableFrameStyleItem tableFrameItem = null;
CIMTableFrame tableFrame = await QueuedTask.Run<CIMTableFrame>(() =>
{
  return tableFrameItem.TableFrame;
});
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TableFrameStyleItem Class
TableFrameStyleItem Members