ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / TableFrameFittingStrategy Enumeration

In This Topic
    TableFrameFittingStrategy Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also