ArcGIS Pro 2.6 API Reference Guide
TableFrameFillingStrategy Enumeration

ArcGIS.Core.CIM Namespace : TableFrameFillingStrategy Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace