Get Excel Column Name

Last modified by VuNH54 on 2023/04/20 11:33

RCA.Activities.Excel.GetExcelColumnName

Description

 Based on the column's index, you can look for it and returns the name to String variable.

image-20230420113044-1.png

(* for mandatory)

Properties

Input

  • Column Index: (Int32) - The index of the column that you want to take. 

Misc

  • Public (Boolean) - Check if you want to public the activity. Remember to consider data security requirement before using this property.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    E.g: [482156710] Get Excel Column Name

Output

  • Result (String) - Stores column name in a string variable.
  
Navigation