ArcGIS Pro 2.6 API Reference Guide
TableFrameFittingStrategy Enumeration

ArcGIS.Core.CIM Namespace : TableFrameFittingStrategy Enumeration
Defines which table rows to display.
Syntax
public enum TableFrameFittingStrategy : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum TableFrameFittingStrategy 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
AdjustColumns Flow to multiple columns to make data fit.
AdjustColumnsAndSize Reduce font sizes and flow to multiple columns to make data fit.
AdjustFrame Adjust the frame to fit the specified font sizes and columns.
AdjustSize Reduce fonts sizes to make data fit.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.TableFrameFittingStrategy

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace