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

In This Topic
    TableFrameFillingStrategy Enumeration
    In This Topic
    Table frame fitting strategies.
    Syntax
    public enum TableFrameFillingStrategy : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum TableFrameFillingStrategy 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    CustomWhereClause Show rows that match a custom query.
    ShowAllRows Show all the rows.
    ShowMapSeriesRows Show the rows that intersect the current map series shape.
    ShowVisibleRows Show the rows that are visible.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also