Hi,
I'm using the Table Frame functionality in the ArcGIS Pro application where I need to rename field/column names. And how to limit the number of rows?
Is there anyone who knows how to do this or can provide the code snippet ?
Thanks in advance!
Hi,
You can use Alter Field geoprocessing tool:
https://pro.arcgis.com/en/pro-app/2.8/tool-reference/data-management/alter-field-properties.htm
How to call geoprocessing tool here:
arcgis-pro-sdk/ProSnippets.cs at master · Esri/arcgis-pro-sdk · GitHub
@GKmieliauskas Mainly I'm wondering how to limit the number of rows in Table Frame?
Any code snippets would be greatly appreciated.