I see many people change the order of sum but I don't understand how they did that.
Is there is a way to change the order of the sum, $\sum\limits_{k=a}^n\sum\limits_{j=b}^m X_{j,k}$ and $\sum\limits_{k=a}^n\sum\limits_{j=b}^k X_{j,k}$?
An example of this is Theorem 8.4 from Principles of Mathematical Analysis.
Theorem 8.4: Suppose $$f(x)=\sum_{n=0}^\infty c_n x^n$$ the series converging in $|x|<R$. If $-R<a<R$, then f can be expanded in a power series about the point $x=a$ which converges in $|x-a|<R-|a|$, and $$f(x)=\sum_{n=0}^\infty\frac{f^{(n)}(a)}{n!}(x-a)^n\ \ \ (|x-a|<R-|a|)$$
Proof we have $$f(x)=\sum_{n=0}^\infty c_n[(x-a)+a]^n$$ $$=\sum_{n=0}^\infty c_n\sum_{m=0}^n\binom nma^{n-m}(x-a)^m$$ $$\color{red}{=\sum_{m=0}^{\infty}\Big{[}\sum_{n=m}^\infty\binom nmc_na^{n-m}\Big{]}(x-a)^m}$$