Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20983
    LifeTimer
    Participant

    Is there any simple macro command to get the column index of the cell that is currently “selected” in Cell Mode (i.e. currently “active”, i.e. where the “cell cursor” is currently placed) in EmEditor?

    (I want to use this cell index further as iColumn parameter for a document.Filter() call after having retrieved it)

    #20988
    Yutaka Emura
    Keymaster

    Hello,

    You can use:

    document.selection.GetActivePointX( eePosCell );

    Thanks,

    #20990
    LifeTimer
    Participant

    Thanks, worked great!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.