Ejemplo n.º 1
0
 internal static CellRef GetNextAdjacent(this CellRef cellRef, int mostRightColumn)
 {
     return(cellRef.ColumnNumber >= mostRightColumn?cellRef.GetFirstInNextRow() : cellRef.GetNextRight());
 }