This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
internal static class CellAddressHelper
|
||||
{
|
||||
private const string letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||
private static readonly uint[] _powers = [1, 26, 676];
|
||||
const string letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||
static readonly uint[] _powers = [1, 26, 676];
|
||||
|
||||
public static uint ColumnLetterToIndex(string col)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user