GridIndex Constructor GridIndex(int, int) Create a new grid index Declaration public GridIndex(int row, int col) Parameters Type Name Description int row The value to assign to Row int col The value to assign to Column