4 references to ColumnIndex
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (1)
108
} while (--i >=
ColumnIndex
);
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (3)
161
double urCellOffset = calculatedColumns[cellParaClient.
ColumnIndex
].UrOffset;
1680
urCellOffset = calculatedColumns[cellParaClient.
ColumnIndex
].UrOffset;
1799
columnIndex = cellParaClient.
ColumnIndex
;