Hi,
I am looking to get the Column Name “A” when I find the column using Column Header. When I do asterickCell.Name I get the output as “A1”. Is it possible to get just the Column name A instead of Cell “A1”?
FindOpti…...non-letters with empty string // Use Regex.Replace method to replace non-letters...empty string string colLetter = Regex.Replace(asterickCell.Name, pattern...